mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: opensc: Update to 0.25.0.
* gnu/packages/security-token.scm (opensc): Update to 0.25.0. Change-Id: I811b997de40ae6fbbf2bb8256884be74683dbf4b Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
47248807fa
commit
34c9a4d1d5
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ (define-public ykclient
|
|||
(define-public opensc
|
||||
(package
|
||||
(name "opensc")
|
||||
(version "0.22.0")
|
||||
(version "0.25.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -363,7 +363,7 @@ (define-public opensc
|
|||
version "/opensc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11ki9j2b07w5gi2b1r39d71320s7rhfzcpaqpqra7gjy353m6kld"))))
|
||||
"0bv2sq3k8bl712yi1gi7f8km8g2x09is8ynnr5x3g2jh59pbdmz6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue