gnu: password-store: Update to 1.7.3.

* gnu/packages/password-utils.scm (password-store): Update to 1.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-10 02:37:19 +02:00
parent cb9da5d171
commit 3e9aa5cff3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ any X11 window.")
(define-public password-store (define-public password-store
(package (package
(name "password-store") (name "password-store")
(version "1.7.2") (version "1.7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -366,7 +366,7 @@ any X11 window.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27")))) "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases