gnu: emacs-helm-fish-completion: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
This commit is contained in:
Pierre Neidhardt 2020-09-08 17:18:16 +02:00
parent 599f8d98cf
commit 4cb7a67544
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -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)