diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-11 22:42:09 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-11 22:42:09 +0100 |
commit | 5d288cdeaf5e0a94d2f43be7a441de7dbf21767a (patch) | |
tree | 9e6f634e9539f7cc2db18324dd591a86501acc9a /gnu/packages/security-token.scm | |
parent | 75749800bee1d8ba3f85b1c6a147a2f8e522d35e (diff) |
gnu: opensc: Update to 0.26.0.
* gnu/packages/security-token (opensc): Update to 0.26.0.
Change-Id: Ib4dc6b971c7f99cbf48fb6d2c701ce4fe5e994df
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 29e18a9cac..cb6746c028 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.25.1") + (version "0.26.0") (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 - "0yxk97aj29pybvya6r9ix9xh00hdzcfrc2lcns4vb3kwpplamjr3")))) + "0azqfmg9wnjry9qa8q2lsdrnxphf2mb111v8v1h54l718nnswyw3")))) (build-system gnu-build-system) (arguments (list |