summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-21 22:18:35 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-23 15:01:25 +0900
commit6dd88b5345e86b359f1a7b78dff3ebffd1a99ef0 (patch)
tree1f1af226298a3d70f9efb32364dbabed50cd7a4f /gnu/packages/security-token.scm
parenta75adabc156e6ca7c97474c51c8b8f1f1977c8b3 (diff)
gnu: opensc: Update to 0.26.1.
* gnu/packages/security-token.scm (opensc): Update to 0.26.1. Change-Id: Ic9c1a598ad4694ce25ec7f7cf61726ab2a9ac135
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r--gnu/packages/security-token.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 1d4a0360e7a..38dc8e5d571 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -356,7 +356,7 @@ website for more information about Yubico and the YubiKey.")
(define-public opensc
(package
(name "opensc")
- (version "0.26.0")
+ (version "0.26.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -364,7 +364,7 @@ website for more information about Yubico and the YubiKey.")
version "/opensc-" version ".tar.gz"))
(sha256
(base32
- "0azqfmg9wnjry9qa8q2lsdrnxphf2mb111v8v1h54l718nnswyw3"))))
+ "1jw82r7dahmfzvri16d46wivrz7jx8srybknjh1mfvnq66h92qpi"))))
(build-system gnu-build-system)
(arguments
(list
@@ -394,7 +394,6 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
#15 standard and the PKCS #11 API.")
(license license:lgpl2.1+)))
-
(define-public pkcs11-helper
(package
(name "pkcs11-helper")