diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-06 23:01:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-06 23:01:48 +0200 |
commit | 87096247567ac0d4aac3fc5a7a1e150d307c5b80 (patch) | |
tree | c974ba45c8c82b98ddc83b6b2ecfdd224e0bc3b6 /gnu/packages/gnupg.scm | |
parent | 116ca65b583ba4e404289f1481dc3a3ffef1c3dd (diff) | |
parent | 5e6bd3ebdcfad2bdb5c65427b5ebfe44a9e436d8 (diff) | |
download | patches-87096247567ac0d4aac3fc5a7a1e150d307c5b80.tar patches-87096247567ac0d4aac3fc5a7a1e150d307c5b80.tar.gz |
Merge branch 'origin/core-updates-next' into core-updates
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index eeac964fef..8a8a1f5645 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -70,7 +70,7 @@ (define-public libgpg-error (package (name "libgpg-error") - (version "1.28") + (version "1.29") (source (origin (method url-fetch) @@ -78,8 +78,7 @@ version ".tar.bz2")) (sha256 (base32 - "0jfsfnh9bxlxiwxws60yah4ybjw2hshmvqp31pri4m4h8ivrbnry")) - (patches (search-patches "libgpg-error-aarch64-logging-fix.patch")))) + "1smihcrhkfy58kazjaigmfbagy52rw98fqfsv1x7ml8razx2dsgc")))) (build-system gnu-build-system) (home-page "https://gnupg.org") (synopsis "Library of error values for GnuPG components") |