mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-repl-toggle: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1. [source]: Use Sourcehut repository. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
927cdd89c2
commit
46c6161ed6
1 changed files with 4 additions and 4 deletions
|
@ -25435,21 +25435,21 @@ (define-public emacs-eshell-toggle
|
||||||
(define-public emacs-repl-toggle
|
(define-public emacs-repl-toggle
|
||||||
(package
|
(package
|
||||||
(name "emacs-repl-toggle")
|
(name "emacs-repl-toggle")
|
||||||
(version "0.6.1")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tomterl/repl-toggle")
|
(url "https://git.sr.ht/~tomterl/repl-toggle")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"))
|
"0nycm8a4wwkkaif958z4m89slayp17k20lp2h7lvddjx8prn6yfp"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-fullframe" ,emacs-fullframe)))
|
`(("emacs-fullframe" ,emacs-fullframe)))
|
||||||
(home-page "https://github.com/tomterl/repl-toggle")
|
(home-page "https://git.sr.ht/~tomterl/repl-toggle")
|
||||||
(synopsis "Switch to and from current major mode's REPL")
|
(synopsis "Switch to and from current major mode's REPL")
|
||||||
(description "This package provides a function to switch to and from a
|
(description "This package provides a function to switch to and from a
|
||||||
REPL appropriate to the current major mode.")
|
REPL appropriate to the current major mode.")
|
||||||
|
|
Loading…
Reference in a new issue