janneke pushed a commit to branch core-packages-team
in repository guix.
commit a67f6d6a39decf3218188fa1fa79b57e87034f40
Author: Janneke Nieuwenhuizen <[email protected]>
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 29e18a9cac..baed7359ee 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2023 Timotej Lazar <[email protected]>
;;; Copyright © 2023 Maxim Cournoyer <[email protected]>
;;; Copyright © 2023 Pierre Langlois <[email protected]>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; 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