guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-fish-completion: Update to 0.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-fish-completion: Update to 0.6.
Date: Tue, 08 Sep 2020 11:18:33 -0400

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 4cb7a67  gnu: emacs-helm-fish-completion: Update to 0.6.
4cb7a67 is described below

commit 4cb7a675449efd4cd1b485f1f92e87a721386a87
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Sep 8 17:18:16 2020 +0200

    gnu: emacs-helm-fish-completion: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
---
 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 ad05ea0..0b1c79d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22655,7 +22655,7 @@ Google guidelines.")
 (define-public emacs-helm-fish-completion
   (package
     (name "emacs-helm-fish-completion")
-    (version "0.5")
+    (version "0.6")
     (home-page "https://github.com/emacs-helm/helm-fish-completion";)
     (source
      (origin
@@ -22665,7 +22665,7 @@ Google guidelines.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922"))))
+        (base32 "1j2vfngq3512naaayv9kx0d1q2zg1xgs69l8afc7swg72h0l0imw"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("helm" ,emacs-helm)



reply via email to

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