[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libgpg-error: Update to 1.25.
From: |
Leo Famulari |
Subject: |
01/01: gnu: libgpg-error: Update to 1.25. |
Date: |
Sat, 19 Nov 2016 16:54:45 +0000 (UTC) |
lfam pushed a commit to branch core-updates
in repository guix.
commit d3d2167728e2fa81ee043461d67da7358372ac15
Author: Leo Famulari <address@hidden>
Date: Sat Nov 19 11:52:04 2016 -0500
gnu: libgpg-error: Update to 1.25.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.25.
---
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 fccaa97..1f8ab21 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -54,7 +54,7 @@
(define-public libgpg-error
(package
(name "libgpg-error")
- (version "1.24")
+ (version "1.25")
(source
(origin
(method url-fetch)
@@ -62,7 +62,7 @@
version ".tar.bz2"))
(sha256
(base32
- "0h75sf1ngr750c3fjfn4583q7wz40qm63jhg8vjfdrbx936f2s4j"))))
+ "031jc5196fdcxn2g61i1pdabvdbxxcdi4j7jbaq3hfs38dcgfa7n"))))
(build-system gnu-build-system)
(home-page "https://gnupg.org")
(synopsis "Library of error values for GnuPG components")