guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: libgpg-error: Update to 1.51.


From: guix-commits
Subject: 01/10: gnu: libgpg-error: Update to 1.51.
Date: Sun, 12 Jan 2025 18:27:49 -0500 (EST)

civodul pushed a commit to branch libgcrypt-gpg-update
in repository guix.

commit df4c291130a15fc2ea42aec60d27c54b3bb89050
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 29 11:47:09 2024 +0100

    gnu: libgpg-error: Update to 1.51.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.51.
    
    Change-Id: I44ff7b33bcbe60b0dc242be17c6fa37f1c7c6ac8
---
 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 ad7b1e2e9e..ec2354f468 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -96,7 +96,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.47")
+    (version "1.51")
     (source
      (origin
       (method url-fetch)
@@ -104,7 +104,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1nwvpg5inpjzbq7r6wqsgmwcnfqyahcw9hi8discqvmrcq4nfg4y"))))
+        "1cp64xa58977fysj1z1rgj60qxbjkzqpkpww6raysgmrnqnin3xy"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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