mbakke pushed a commit to branch core-updates
in repository guix.
commit dc7ef4c2438fd2cdb24530bb0d40d9537b52a737
Author: Marius Bakke <[email protected]>
AuthorDate: Sun May 9 11:39:38 2021 +0200
gnu: libgpg-error: Update to 1.42.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.42.
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 2bbda65..ea95abc 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -82,7 +82,7 @@
(define-public libgpg-error
(package
(name "libgpg-error")
- (version "1.39")
+ (version "1.42")
(source
(origin
(method url-fetch)
@@ -90,7 +90,7 @@
version ".tar.bz2"))
(sha256
(base32
- "13r9vf6dyjab6jh2821fp2r6m624iy838j2s3kpr882rmvf6x0sa"))))
+ "08syj8mlarww8mh8x3s0x6hjqbnxp2lkg3hab57qqpv1dh7yf1zw"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)