mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ccid: Update to 1.4.33.
* gnu/packages/security-token.scm (ccid): Update to 1.4.33.
This commit is contained in:
parent
2cb20a3e01
commit
f5bb997d1e
1 changed files with 4 additions and 5 deletions
|
@ -65,15 +65,14 @@ (define-module (gnu packages security-token)
|
|||
(define-public ccid
|
||||
(package
|
||||
(name "ccid")
|
||||
(version "1.4.32")
|
||||
(version "1.4.33")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://ccid.apdu.fr/files/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(uri (string-append "https://ccid.apdu.fr/files/ccid-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f8nzk7379ip4x2ii5vn6h67jyx733pq0ywnnsj2llbxi2vllpsl"))))
|
||||
"0974h2v9wq0j0ajw3c7yckaw8wqcppb2npfhfhmv9phijy9xlmjj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
|
||||
|
|
Loading…
Reference in a new issue