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.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-fish-completion: Update to 0.4.
Date: Sat, 30 May 2020 14:13:49 -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 8e3a1a6  gnu: emacs-helm-fish-completion: Update to 0.4.
8e3a1a6 is described below

commit 8e3a1a62ae496a6d32c8b0d4f89bc3e220d5d6e9
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat May 30 20:12:57 2020 +0200

    gnu: emacs-helm-fish-completion: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.4.
---
 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 6d82e19..e516d96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21711,7 +21711,7 @@ Google guidelines.")
 (define-public emacs-helm-fish-completion
   (package
     (name "emacs-helm-fish-completion")
-    (version "0.3")
+    (version "0.4")
     (home-page "https://github.com/emacs-helm/helm-fish-completion";)
     (source
      (origin
@@ -21721,7 +21721,7 @@ Google guidelines.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iv0hwr74hzgrvrr31nlnswvi87lvpg24rd1rhkr5kjicr2295fq"))))
+        (base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("helm" ,emacs-helm)



reply via email to

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