gnu: opensc: Update to 0.25.1.
* gnu/packages/security-token.scm (opensc): Update to 0.25.1. Change-Id: I16dbf047671115274a25c3b1fba0285952f9f41d Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1f3aea435a
commit
26f46cfd2a
1 changed files with 2 additions and 2 deletions
|
|
@ -355,7 +355,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
(define-public opensc
|
(define-public opensc
|
||||||
(package
|
(package
|
||||||
(name "opensc")
|
(name "opensc")
|
||||||
(version "0.25.0")
|
(version "0.25.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -363,7 +363,7 @@ website for more information about Yubico and the YubiKey.")
|
||||||
version "/opensc-" version ".tar.gz"))
|
version "/opensc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bv2sq3k8bl712yi1gi7f8km8g2x09is8ynnr5x3g2jh59pbdmz6"))))
|
"0yxk97aj29pybvya6r9ix9xh00hdzcfrc2lcns4vb3kwpplamjr3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue