guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: libgpg-error: Update to 1.45.


From: guix-commits
Subject: 12/19: gnu: libgpg-error: Update to 1.45.
Date: Sun, 26 Jun 2022 17:24:48 -0400 (EDT)

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

commit b3efda914eeaedd239668fef29e7c6fa8771080a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 17:43:23 2022 +0200

    gnu: libgpg-error: Update to 1.45.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.45.
---
 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 08fa1570d6..701f8feb4a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -91,7 +91,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.42")
+    (version "1.45")
     (source
      (origin
       (method url-fetch)
@@ -99,7 +99,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "08syj8mlarww8mh8x3s0x6hjqbnxp2lkg3hab57qqpv1dh7yf1zw"))))
+        "09haz1kk48b8q0hd58g98whylah0fp121yfgjms7pzsbzgj8w3sp"))))
     (build-system gnu-build-system)
     (arguments
      (if (%current-target-system)



reply via email to

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