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 @@ Google guidelines.")
(define-public emacs-helm-fish-completion (define-public emacs-helm-fish-completion
(package (package
(name "emacs-helm-fish-completion") (name "emacs-helm-fish-completion")
(version "0.4") (version "0.5")
(home-page "https://github.com/emacs-helm/helm-fish-completion") (home-page "https://github.com/emacs-helm/helm-fish-completion")
(source (source
(origin (origin
@ -21792,7 +21792,7 @@ Google guidelines.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mh10qq3r16hjrayrbns51gmjpjnmpzy4i05rwn14rf2icvhs6x8")))) (base32 "0hpsm39kx8vpz2zmarjrkvy1capkk5lwpsmdg2xnklsck6xsn922"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("helm" ,emacs-helm) `(("helm" ,emacs-helm)