gnu: emacs-password-store: Update to 1.7.3.

* gnu/packages/emacs.scm (emacs-password-store): Update to 1.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-21 20:13:14 +02:00
parent 10fadd1e3d
commit 43726c522f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8394,7 +8394,7 @@ (define-public emacs-ergoemacs-mode
(define-public emacs-password-store
(package
(name "emacs-password-store")
(version "1.7.2")
(version "1.7.3")
(source (origin
(method url-fetch)
(uri
@ -8402,7 +8402,7 @@ (define-public emacs-password-store
"password-store-" version ".tar.xz"))
(sha256
(base32
"1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27"))))
"1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
(build-system emacs-build-system)
(arguments
`(#:phases