gnu: ccid: Update to 1.4.30.

* gnu/packages/security-token.scm (ccid): Update to 1.4.30.
master
Tobias Geerinckx-Rice 2018-09-20 04:40:41 +02:00
parent 4eb161962f
commit 84c7fbfd6d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
(define-public ccid
(package
(name "ccid")
(version "1.4.29")
(version "1.4.30")
(source (origin
(method url-fetch)
(uri (string-append
@ -64,7 +64,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"))))
"0z7zafdg75fr1adlv2x0zz34s07gljcjg2lsz76s1048w1xhh5xc"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
@ -77,7 +77,7 @@
(("/bin/echo") (which "echo")))
#t)))))
(native-inputs
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
`(("pcsc-lite" ,pcsc-lite) ; only required for headers
("perl" ,perl)
("pkg-config" ,pkg-config)))
(inputs