guix-commits
[Top][All Lists]
Advanced

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

63/75: gnu: libgpg-error: Update to 1.47.


From: guix-commits
Subject: 63/75: gnu: libgpg-error: Update to 1.47.
Date: Sun, 21 Jan 2024 13:21:50 -0500 (EST)

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

commit 10caaf247e39f4a1041a0da7d3b0946eefa00444
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 23:30:03 2024 -0500

    gnu: libgpg-error: Update to 1.47.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.47.
    
    Change-Id: I1f947b904eb1f91b44d6c870d19f29a99f068ffd
---
 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 5357de9f93..e8695d96e4 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -93,7 +93,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.46")
+    (version "1.47")
     (source
      (origin
       (method url-fetch)
@@ -101,7 +101,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1396h4f9z9awzkkyb6iwspy2rmxb8nr47pj8fzrmxgkb4ij1mqdp"))))
+        "1nwvpg5inpjzbq7r6wqsgmwcnfqyahcw9hi8discqvmrcq4nfg4y"))))
     (build-system gnu-build-system)
     (arguments
      (cond



reply via email to

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