mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 01:50:46 +02:00
gnu: opensc: Update to 0.26.1.
* gnu/packages/security-token.scm (opensc): Update to 0.26.1. Change-Id: Ic9c1a598ad4694ce25ec7f7cf61726ab2a9ac135
This commit is contained in:
parent
a75adabc15
commit
6dd88b5345
1 changed files with 2 additions and 3 deletions
|
@ -356,7 +356,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
(define-public opensc
|
(define-public opensc
|
||||||
(package
|
(package
|
||||||
(name "opensc")
|
(name "opensc")
|
||||||
(version "0.26.0")
|
(version "0.26.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -364,7 +364,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
version "/opensc-" version ".tar.gz"))
|
version "/opensc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0azqfmg9wnjry9qa8q2lsdrnxphf2mb111v8v1h54l718nnswyw3"))))
|
"1jw82r7dahmfzvri16d46wivrz7jx8srybknjh1mfvnq66h92qpi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -394,7 +394,6 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
|
||||||
#15 standard and the PKCS #11 API.")
|
#15 standard and the PKCS #11 API.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
|
||||||
(define-public pkcs11-helper
|
(define-public pkcs11-helper
|
||||||
(package
|
(package
|
||||||
(name "pkcs11-helper")
|
(name "pkcs11-helper")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue