diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 17:43:23 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 22:58:34 +0200 |
commit | b3efda914eeaedd239668fef29e7c6fa8771080a (patch) | |
tree | 45e9e0f48745efce6fb9d1894981e3d2d8e1a602 /gnu/packages/gnupg.scm | |
parent | c097b6ad10511c92b89fecd4906d769beb02aeb9 (diff) | |
download | guix-b3efda914eeaedd239668fef29e7c6fa8771080a.tar.gz |
gnu: libgpg-error: Update to 1.45.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.45.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 08fa1570d6..701f8feb4a 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -91,7 +91,7 @@ (define-public libgpg-error (package (name "libgpg-error") - (version "1.42") + (version "1.45") (source (origin (method url-fetch) @@ -99,7 +99,7 @@ version ".tar.bz2")) (sha256 (base32 - "08syj8mlarww8mh8x3s0x6hjqbnxp2lkg3hab57qqpv1dh7yf1zw")))) + "09haz1kk48b8q0hd58g98whylah0fp121yfgjms7pzsbzgj8w3sp")))) (build-system gnu-build-system) (arguments (if (%current-target-system) |