mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ccid: Update to 1.4.31.
* gnu/packages/security-token.scm (ccid): Update to 1.4.31.
This commit is contained in:
parent
ecfdc95a72
commit
da926c2503
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ (define-module (gnu packages security-token)
|
|||
(define-public ccid
|
||||
(package
|
||||
(name "ccid")
|
||||
(version "1.4.30")
|
||||
(version "1.4.31")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -72,7 +72,7 @@ (define-public ccid
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z7zafdg75fr1adlv2x0zz34s07gljcjg2lsz76s1048w1xhh5xc"))))
|
||||
"1xz8ikr6vk73w3xnwb931yq8lqc1zrj8c3v34n6h63irwjvdfj3b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
|
||||
|
|
Loading…
Reference in a new issue