mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opensc: Update to 0.22.0.
* gnu/packages/security-token.scm (opensc): Update to 0.22.0.
This commit is contained in:
parent
0091035d6d
commit
23f03b9edc
1 changed files with 3 additions and 4 deletions
|
@ -278,7 +278,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
(define-public opensc
|
(define-public opensc
|
||||||
(package
|
(package
|
||||||
(name "opensc")
|
(name "opensc")
|
||||||
(version "0.21.0")
|
(version "0.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -286,7 +286,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
version "/opensc-" version ".tar.gz"))
|
version "/opensc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pijycjwpll9zn83dazgsh8n9ywq0z1ragjsd1sqv3abrcfvpyrb"))))
|
"11ki9j2b07w5gi2b1r39d71320s7rhfzcpaqpqra7gjy353m6kld"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -302,8 +302,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
(("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"")
|
||||||
(string-append
|
(string-append
|
||||||
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))
|
"DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\"")))))))))
|
||||||
#t))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list readline openssl pcsc-lite ccid))
|
(list readline openssl pcsc-lite ccid))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue