guix-commits
[Top][All Lists]
Advanced

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

34/75: gnu: libgpg-error: Update to 1.46.


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

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

commit 10ed2c6849f65f96dfbb26049b370a205c492578
Author: Simon Josefsson <simon@josefsson.org>
AuthorDate: Sun Jan 1 01:05:17 2023 +0100

    gnu: libgpg-error: Update to 1.46.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.46, passing
    --enable-install-gpg-error-config to ./configure because some packages still
    uses gpg-error-config (e.g., libassuan 2.5.5)
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: I471a3c95a75565f5f4a69e90b40e8aac4fc7c69b
---
 gnu/packages/gnupg.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 97e7b4a0f2..5357de9f93 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -93,15 +93,15 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.45")
+    (version "1.46")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "mirror://gnupg/libgpg-error/libgpg-error-"
-                           version ".tar.bz2"))
-       (sha256
-        (base32
-         "09haz1kk48b8q0hd58g98whylah0fp121yfgjms7pzsbzgj8w3sp"))))
+      (method url-fetch)
+      (uri (string-append "mirror://gnupg/libgpg-error/libgpg-error-"
+                          version ".tar.bz2"))
+      (sha256
+       (base32
+        "1396h4f9z9awzkkyb6iwspy2rmxb8nr47pj8fzrmxgkb4ij1mqdp"))))
     (build-system gnu-build-system)
     (arguments
      (cond
@@ -109,6 +109,7 @@
        (list
         #:modules '((guix build gnu-build-system)
                     (guix build utils))
+        #:configure-flags #~(list "--enable-install-gpg-error-config")
         #:phases
         #~(modify-phases %standard-phases
             ;; If this is left out, some generated header



reply via email to

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