me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -19177,7 +19177,7 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
(define-public emacs-helm-pass (define-public emacs-helm-pass
(package (package
(name "emacs-helm-pass") (name "emacs-helm-pass")
(version "0.3") (version "0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19187,7 +19187,7 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv")))) "19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm) `(("emacs-helm" ,emacs-helm)