guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libgpg-error: Update to 1.28.


From: Marius Bakke
Subject: 05/06: gnu: libgpg-error: Update to 1.28.
Date: Thu, 29 Mar 2018 11:05:00 -0400 (EDT)

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

commit 1abc295b9b4f43253ffec8cd9311693341223556
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 29 14:28:26 2018 +0200

    gnu: libgpg-error: Update to 1.28.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.28.
---
 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 4f3bf9a..82e01ec 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -68,7 +68,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.27")
+    (version "1.28")
     (source
      (origin
       (method url-fetch)
@@ -76,7 +76,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1li95ni122fzinzlmxbln63nmgij63irxfvi52ws4zfbzv3am4sg"))))
+        "0jfsfnh9bxlxiwxws60yah4ybjw2hshmvqp31pri4m4h8ivrbnry"))))
     (build-system gnu-build-system)
     (home-page "https://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")



reply via email to

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