diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-02-06 09:52:55 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-02-06 10:01:58 +0100 |
commit | 90e196f8d9b055370d8ec7afa96c9d7b3e4e7dfc (patch) | |
tree | fa0ca1a26b3d172ff87c8bb8ae61fb94e0dc796c /gnu/packages/emacs-xyz.scm | |
parent | 0789c123427847dc56c1f3cc2ce66b5a35d48394 (diff) |
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.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e1881b624f..9cb1a502d0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24438,7 +24438,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.1") + (version "0.1.2") (home-page "https://github.com/emacs-helm/helm-switch-to-repl") (source (origin @@ -24448,7 +24448,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 "1zwzpar34b98p0fiwy9q1bxrb67nv79pv9cz4kmyypclrmrhgqa2")))) + (base32 "0n8qa549c5syvgqw1h2zrakjjbygddpxzaifaq5irscgdcajrads")))) (build-system emacs-build-system) (propagated-inputs `(("helm" ,emacs-helm))) |