guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libgpg-error: Update to 1.22.


From: Leo Famulari
Subject: 01/01: gnu: libgpg-error: Update to 1.22.
Date: Tue, 10 May 2016 21:53:56 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit f10e7ef475da430afa46e0b062010952ed886694
Author: Leo Famulari <address@hidden>
Date:   Tue May 10 17:51:02 2016 -0400

    gnu: libgpg-error: Update to 1.22.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.22.
---
 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 3f3964e..fab3bb9 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -49,7 +49,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
       (method url-fetch)
@@ -57,7 +57,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "0kdq2cbnk84fr4jqcv689rlxpbyl6bda2cn6y3ll19v3mlydpnxp"))))
+        "0ywxwswizmkyciy480kzczxn6nhbgzf3z8my4nk43nvv67k4x87j"))))
     (build-system gnu-build-system)
     (home-page "http://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]