mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ccid: Update to 1.4.30.
* gnu/packages/security-token.scm (ccid): Update to 1.4.30.
This commit is contained in:
parent
4eb161962f
commit
84c7fbfd6d
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ (define-module (gnu packages security-token)
|
||||||
(define-public ccid
|
(define-public ccid
|
||||||
(package
|
(package
|
||||||
(name "ccid")
|
(name "ccid")
|
||||||
(version "1.4.29")
|
(version "1.4.30")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -64,7 +64,7 @@ (define-public ccid
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"))))
|
"0z7zafdg75fr1adlv2x0zz34s07gljcjg2lsz76s1048w1xhh5xc"))))
|
||||||
(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
|
||||||
|
@ -77,7 +77,7 @@ (define-public ccid
|
||||||
(("/bin/echo") (which "echo")))
|
(("/bin/echo") (which "echo")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
|
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue