gnu: ccid: Update to 1.5.2.
* gnu/packages/security-token.scm (ccid): Update to 1.5.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5a20470800
commit
2687e1918f
1 changed files with 2 additions and 2 deletions
|
@ -95,14 +95,14 @@ (define-module (gnu packages security-token)
|
||||||
(define-public ccid
|
(define-public ccid
|
||||||
(package
|
(package
|
||||||
(name "ccid")
|
(name "ccid")
|
||||||
(version "1.4.36")
|
(version "1.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ccid.apdu.fr/files/ccid-"
|
(uri (string-append "https://ccid.apdu.fr/files/ccid-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ha9cwxkadx4rs4jj114qzh42qj02x6r8y1mvhcvijhvby4aqwrb"))))
|
"06bjdswbwcwndsn23rsdhz5a7xqsgb66glqnk9lqzd7qws3l94qk"))))
|
||||||
(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 a new issue