guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-switch-to-repl: Update to 0.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-switch-to-repl: Update to 0.1.1.
Date: Mon, 14 Dec 2020 07:24:14 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4427f36  gnu: emacs-helm-switch-to-repl: Update to 0.1.1.
4427f36 is described below

commit 4427f36a36b10d6c1e4909af378539628ead182e
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Dec 14 13:18:06 2020 +0100

    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.
---
 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 bd6a02a..07dc0b6 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)))



reply via email to

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