summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 03:45:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 03:45:17 +0200
commit5ecd5fefd0e9fb0965662f2094c16363325ba614 (patch)
treefcd81a7ad8bb5c43f11eca27d62b70c2d715bcd9 /gnu/packages/gnupg.scm
parent38e4d5956f8d585b1c0263a1a6c79e749d7e7c90 (diff)
downloadguix-patches-5ecd5fefd0e9fb0965662f2094c16363325ba614.tar
guix-patches-5ecd5fefd0e9fb0965662f2094c16363325ba614.tar.gz
gnu: libgpg-error: Update to 1.29.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.29. [source]: Remove upstreamed patch. * gnu/packages/patches/libgpg-error-aarch64-logging-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 17207e2173..df86ee2fc6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -69,7 +69,7 @@
(define-public libgpg-error
(package
(name "libgpg-error")
- (version "1.28")
+ (version "1.29")
(source
(origin
(method url-fetch)
@@ -77,8 +77,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")