guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.

commit 1bb6bb94ff241501f999de9551c171607cece6da
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu May 28 11:37:09 2026 +0200

    gnu: libksba: Update to 1.8.0.
    
    * gnu/packages/gnupg.scm (libksba): Update to 1.8.0.
    
    Change-Id: I8edb8c70b573ba26e83858f08aa953df9acc0414
---
 gnu/packages/gnupg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 10289c7dee..3a47634baf 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2025 Antoine Côté <[email protected]>
 ;;; Copyright © 2026 Luis Guilherme Coelho <[email protected]>
 ;;; Copyright © 2026 Daniel Littlewood <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -268,7 +269,7 @@ provided.")
 (define-public libksba
   (package
     (name "libksba")
-    (version "1.6.7")
+    (version "1.8.0")
     (source
      (origin
       (method url-fetch)
@@ -277,7 +278,7 @@ provided.")
             version ".tar.bz2"))
       (sha256
        (base32
-        "0qxpmadxggx5808326i9g4ya0xrnv14mfxpg7rlvckmviq5m2wng"))))
+        "14lj3ld4nxf916kq01z0203x36nhgymxf0j222mg4jap16wrssr9"))))
     (build-system gnu-build-system)
     (propagated-inputs
      (list libgpg-error))

Reply via email to