gnu: emacs-helm-switch-to-repl: Update to 0.1.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-switch-to-repl): Update to 0.1.2.
This commit is contained in:
parent
0789c12342
commit
90e196f8d9
1 changed files with 2 additions and 2 deletions
|
@ -24438,7 +24438,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
|
||||||
(define-public emacs-helm-switch-to-repl
|
(define-public emacs-helm-switch-to-repl
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-switch-to-repl")
|
(name "emacs-helm-switch-to-repl")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(home-page "https://github.com/emacs-helm/helm-switch-to-repl")
|
(home-page "https://github.com/emacs-helm/helm-switch-to-repl")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -24448,7 +24448,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zwzpar34b98p0fiwy9q1bxrb67nv79pv9cz4kmyypclrmrhgqa2"))))
|
(base32 "0n8qa549c5syvgqw1h2zrakjjbygddpxzaifaq5irscgdcajrads"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("helm" ,emacs-helm)))
|
`(("helm" ,emacs-helm)))
|
||||||
|
|
Reference in a new issue