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
1 changed files with 2 additions and 2 deletions

View File

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