guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: emacs-helm-switch-to-repl: Update to 0.1.2.


From: guix-commits
Subject: 03/05: gnu: emacs-helm-switch-to-repl: Update to 0.1.2.
Date: Sat, 6 Feb 2021 04:02:47 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 90e196f8d9b055370d8ec7afa96c9d7b3e4e7dfc
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Feb 6 09:52:55 2021 +0100

    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.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e1881b6..9cb1a50 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]