gnu: emacs-helm-pass: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4.
This commit is contained in:
Pierre Neidhardt 2021-02-21 18:15:54 +01:00
parent 869c416cee
commit f099c3b3bd
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -19177,7 +19177,7 @@ (define-public emacs-helm-mu
(define-public emacs-helm-pass
(package
(name "emacs-helm-pass")
(version "0.3")
(version "0.4")
(source
(origin
(method git-fetch)
@ -19187,7 +19187,7 @@ (define-public emacs-helm-pass
(file-name (git-file-name name version))
(sha256
(base32
"0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
"19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)