summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-12-14 13:18:06 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-12-14 13:18:34 +0100
commit4427f36a36b10d6c1e4909af378539628ead182e (patch)
tree6d9a334b8868b32ee4c7bb319a99bb6486f9d171 /gnu
parent5cac753d88cf7d8721039887ceba12aff164449f (diff)
downloadguix-patches-4427f36a36b10d6c1e4909af378539628ead182e.tar
guix-patches-4427f36a36b10d6c1e4909af378539628ead182e.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd6a02a289..07dc0b666f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23560,7 +23560,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(define-public emacs-helm-switch-to-repl
(package
(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")
(source
(origin
@@ -23570,7 +23570,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0n19brymwnawhi0y10m54cas3qg64pmkqq1ajvjw1rfibmw3n6nk"))))
+ (base32 "1zwzpar34b98p0fiwy9q1bxrb67nv79pv9cz4kmyypclrmrhgqa2"))))
(build-system emacs-build-system)
(propagated-inputs
`(("helm" ,emacs-helm)))