gnu: password-store: Update to 1.7.1.

* gnu/packages/password-utils.scm (password-store): Update to 1.7.1.
[source]: Remove "password-store-gnupg-compat.patch".
* gnu/packages/patches/password-store-gnupg-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
Arun Isaac 2017-04-13 16:50:22 +05:30
parent 83f9aa5e91
commit 4264db2209
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3
3 changed files with 2 additions and 57 deletions

View file

@ -284,7 +284,7 @@ any X11 window.")
(define-public password-store
(package
(name "password-store")
(version "1.7")
(version "1.7.1")
(source (origin
(method url-fetch)
(uri
@ -292,8 +292,7 @@ any X11 window.")
name "-" version ".tar.xz"))
(sha256
(base32
"002mw7j0m33bw483rllzhcf41wp3ixka8yma6kqrfaj57jyw66hn"))
(patches (search-patches "password-store-gnupg-compat.patch"))))
"0scqkpll2q8jhzcgcsh9kqz0gwdpvynivqjmmbzax2irjfaiklpn"))))
(build-system gnu-build-system)
(arguments
'(#:phases