diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-06-14 17:12:14 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-06-14 17:36:59 +0200 |
commit | ab6f400531f735c867cb85021790b487fad235f9 (patch) | |
tree | 88298a2dc42da9508f7ab0c77fd24a8ab3499c2e /gnu/local.mk | |
parent | f715f102e076872d560ea2c12a9618f99ef1f707 (diff) | |
download | patches-ab6f400531f735c867cb85021790b487fad235f9.tar patches-ab6f400531f735c867cb85021790b487fad235f9.tar.gz |
gnu: password-store: Update to 1.7.2.
* gnu/packages/password-utils.scm (password-store): Update to 1.7.2.
[source]: Remove 'password-store-gnupg-compat.patch'.
* gnu/packages/patches/password-store-gnupg-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f3da9353a3..59e983ae58 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -983,7 +983,6 @@ dist_patch_DATA = \ %D%/packages/patches/p7zip-CVE-2016-9296.patch \ %D%/packages/patches/p7zip-CVE-2017-17969.patch \ %D%/packages/patches/p7zip-remove-unused-code.patch \ - %D%/packages/patches/password-store-gnupg-compat.patch \ %D%/packages/patches/patchelf-page-size.patch \ %D%/packages/patches/patchelf-rework-for-arm.patch \ %D%/packages/patches/patchutils-xfail-gendiff-tests.patch \ |