gnu: pcsc-lite: Update to 2.0.0.

* gnu/packages/security-token.scm (pcsc-lite): Update to 2.0.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Arjan Adriaanse 2023-08-13 01:57:21 +02:00 committed by Ludovic Courtès
parent cbab569e08
commit 2fc51b1ef3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -240,14 +240,14 @@ with a PKCS #11 Cryptographic Token Interface.")
(define-public pcsc-lite
(package
(name "pcsc-lite")
(version "1.9.8")
(version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://pcsclite.apdu.fr/files/"
"pcsc-lite-" version ".tar.bz2"))
(sha256
(base32
"12923c6l5qzga1xlcxvm0vzbqrxnxq1qgzlrxf2y5gpcaz2q0bah"))))
"0mlk32gpzmzjf5v8qn56lpyyba625jzzw8rkrmpyvr8h8nvf5hyn"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers"