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

* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.5.
This commit is contained in:
Pierre Neidhardt 2020-06-22 15:00:38 +02:00
parent 69b82c6078
commit 561aeefb0b
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -21782,7 +21782,7 @@ (define-public emacs-flycheck-cpplint
(define-public emacs-helm-fish-completion
(package
(name "emacs-helm-fish-completion")
(version "0.4")
(version "0.5")
(home-page "https://github.com/emacs-helm/helm-fish-completion")
(source
(origin
@ -21792,7 +21792,7 @@ (define-public emacs-helm-fish-completion
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8"))))
(base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922"))))
(build-system emacs-build-system)
(propagated-inputs
`(("helm" ,emacs-helm)