janneke pushed a commit to branch core-packages-team
in repository guix.

commit c60451ffed1050388fd665781b3b5521c0a85022
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Tue Dec 31 12:28:59 2024 +0100

    gnu: opensc: Update to 0.26.0; fixes build with gcc-14.
    
    * gnu/packages/security-token.scm (opensc): Update to 0.26.0.
    
    Change-Id: I25eec78970e827de4c55c28972366f91683bcf38
---
 gnu/packages/security-token.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 156a7d5e28..82f4436fb1 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2023 Timotej Lazar <timotej.la...@araneo.si>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.courno...@gmail.com>
 ;;; Copyright © 2023 Pierre Langlois <pierre.langl...@gmx.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -356,7 +357,7 @@ website for more information about Yubico and the YubiKey.")
 (define-public opensc
   (package
     (name "opensc")
-    (version "0.25.1")
+    (version "0.26.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -364,7 +365,7 @@ website for more information about Yubico and the YubiKey.")
                     version "/opensc-" version ".tar.gz"))
               (sha256
                (base32
-                "0yxk97aj29pybvya6r9ix9xh00hdzcfrc2lcns4vb3kwpplamjr3"))))
+                "0azqfmg9wnjry9qa8q2lsdrnxphf2mb111v8v1h54l718nnswyw3"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to