gnu: ccid: Update to 1.4.29.
* gnu/packages/security-token.scm (ccid): Update to 1.4.29.
This commit is contained in:
parent
a2a532742a
commit
9cf2de87d2
|
@ -46,15 +46,15 @@
|
||||||
(define-public ccid
|
(define-public ccid
|
||||||
(package
|
(package
|
||||||
(name "ccid")
|
(name "ccid")
|
||||||
(version "1.4.28")
|
(version "1.4.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://alioth.debian.org/frs/download.php/file/4230/"
|
"https://alioth.debian.org/frs/download.php/file/4238/"
|
||||||
"ccid-" version ".tar.bz2"))
|
"ccid-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q5dz1l049m3hmr370adhrqicdkldrr3l98svi02p5cxbnn3cn47"))))
|
"0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue