guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libgpg-error: Update to 1.35.


From: guix-commits
Subject: 04/04: gnu: libgpg-error: Update to 1.35.
Date: Wed, 20 Feb 2019 11:28:10 -0500 (EST)

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

commit 128c82bb3961ff74ff5b5fcac7c75b87fdee9336
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 20 16:35:29 2019 +0100

    gnu: libgpg-error: Update to 1.35.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.35.
---
 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 e0a763d..42b66f8 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -77,7 +77,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.32")
+    (version "1.35")
     (source
      (origin
       (method url-fetch)
@@ -85,7 +85,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1jj08ns4sh1hmafqp1giskvdicdz18la516va26jycy27kkwaif3"))))
+        "0rz00xyrk7qzg7mmcjhvrnm34hddkvyg9zsqq548vj58m1ifxmfb"))))
     (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]