mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-helm-switch-to-repl: Update to 0.1.1.
* gnu/packages/emacs-xyz.scm (emacs-helm-switch-to-repl): Update to 0.1.1.
This commit is contained in:
parent
5cac753d88
commit
4427f36a36
1 changed files with 2 additions and 2 deletions
|
@ -23560,7 +23560,7 @@ (define-public emacs-helm-fish-completion
|
||||||
(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.0")
|
(version "0.1.1")
|
||||||
(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
|
||||||
|
@ -23570,7 +23570,7 @@ (define-public emacs-helm-switch-to-repl
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n19brymwnawhi0y10m54cas3qg64pmkqq1ajvjw1rfibmw3n6nk"))))
|
(base32 "1zwzpar34b98p0fiwy9q1bxrb67nv79pv9cz4kmyypclrmrhgqa2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("helm" ,emacs-helm)))
|
`(("helm" ,emacs-helm)))
|
||||||
|
|
Loading…
Reference in a new issue