guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libgpg-error: Update to 1.21.


From: Efraim Flashner
Subject: 02/03: gnu: libgpg-error: Update to 1.21.
Date: Mon, 04 Jan 2016 20:35:03 +0000

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

commit 4478dbd58cb7b0ef80a098fbba7061d7f3a8eba6
Author: Manolis Ragkousis <address@hidden>
Date:   Mon Jan 4 13:44:36 2016 +0200

    gnu: libgpg-error: Update to 1.21.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.21.
---
 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 aeee440..b6b12e8 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -45,7 +45,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.19")
+    (version "1.21")
     (source
      (origin
       (method url-fetch)
@@ -53,7 +53,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk"))))
+        "0kdq2cbnk84fr4jqcv689rlxpbyl6bda2cn6y3ll19v3mlydpnxp"))))
     (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]