gnu: emacs-helm-fish-completion: Update to 0.3.
authorPierre Neidhardt <mail@ambrevar.xyz>
Sat, 9 May 2020 12:37:20 +0000 (14:37 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Sat, 9 May 2020 12:55:04 +0000 (14:55 +0200)
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.3.

gnu/packages/emacs-xyz.scm

index 6356233..78e19e3 100644 (file)
@@ -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)