gnu: pcsc-lite: Update to 1.8.22.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
This commit is contained in:
parent
200762a44c
commit
1f1b3445f4
|
@ -93,15 +93,15 @@ the low-level development kit for the Yubico YubiKey authentication device.")
|
||||||
(define-public pcsc-lite
|
(define-public pcsc-lite
|
||||||
(package
|
(package
|
||||||
(name "pcsc-lite")
|
(name "pcsc-lite")
|
||||||
(version "1.8.21")
|
(version "1.8.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://alioth.debian.org/frs/download.php/file/4216/"
|
"https://alioth.debian.org/frs/download.php/file/4225/"
|
||||||
"pcsc-lite-" version ".tar.bz2"))
|
"pcsc-lite-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy"))))
|
"01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))
|
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))
|
||||||
|
|
Loading…
Reference in New Issue