guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-helm-fish-completion: Update to 0.3.


From: guix-commits
Subject: 01/02: gnu: emacs-helm-fish-completion: Update to 0.3.
Date: Sat, 9 May 2020 08:55:14 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit b80bba2cdbd8f0d6736a9ea3ea67a58d55fd2172
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Sat May 9 14:37:20 2020 +0200

    gnu: emacs-helm-fish-completion: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.
---
 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 6356233..78e19e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21524,7 +21524,7 @@ Google guidelines.")
 (define-public emacs-helm-fish-completion
   (package
     (name "emacs-helm-fish-completion")
-    (version "0.2")
+    (version "0.3")
     (home-page "https://github.com/emacs-helm/helm-fish-completion";)
     (source
      (origin
@@ -21534,7 +21534,7 @@ Google guidelines.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896"))))
+        (base32 "1iv0hwr74hzgrvrr31nlnswvi87lvpg24rd1rhkr5kjicr2295fq"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("helm" ,emacs-helm)



reply via email to

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