gnu: ccid: Update to 1.4.32.
* gnu/packages/security-token.scm (ccid): Update to 1.4.32.
This commit is contained in:
parent
e0cba0d279
commit
2806d868ef
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
||||||
(define-public ccid
|
(define-public ccid
|
||||||
(package
|
(package
|
||||||
(name "ccid")
|
(name "ccid")
|
||||||
(version "1.4.31")
|
(version "1.4.32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xz8ikr6vk73w3xnwb931yq8lqc1zrj8c3v34n6h63irwjvdfj3b"))))
|
"0f8nzk7379ip4x2ii5vn6h67jyx733pq0ywnnsj2llbxi2vllpsl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
|
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
|
||||||
|
|
Reference in a new issue