From 23f03b9edc95c0a4a214d6a0b945993654ab27cc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 17 Dec 2021 05:23:48 +0100 Subject: gnu: opensc: Update to 0.22.0. * gnu/packages/security-token.scm (opensc): Update to 0.22.0. --- gnu/packages/security-token.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 25b64e907b..6a3e2d9179 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -278,7 +278,7 @@ website for more information about Yubico and the YubiKey.") (define-public opensc (package (name "opensc") - (version "0.21.0") + (version "0.22.0") (source (origin (method url-fetch) (uri (string-append @@ -286,7 +286,7 @@ website for more information about Yubico and the YubiKey.") version "/opensc-" version ".tar.gz")) (sha256 (base32 - "0pijycjwpll9zn83dazgsh8n9ywq0z1ragjsd1sqv3abrcfvpyrb")))) + "11ki9j2b07w5gi2b1r39d71320s7rhfzcpaqpqra7gjy353m6kld")))) (build-system gnu-build-system) (arguments `(#:phases @@ -302,8 +302,7 @@ website for more information about Yubico and the YubiKey.") (substitute* "configure" (("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"") (string-append - "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\""))) - #t)))))) + "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\""))))))))) (inputs (list readline openssl pcsc-lite ccid)) (native-inputs -- cgit v1.2.3