mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
869c416cee
commit
f099c3b3bd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue