mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: pcsc-lite: Update to 2.4.1
* gnu/packages/security-token.scm (pcsc-lite): Update to 2.4.1. Change-Id: Ic0470e13950abc7eb06d2e1f0135536de439af90 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ba2fbdd2f5
commit
e3f51e0a08
1 changed files with 2 additions and 2 deletions
|
|
@ -250,14 +250,14 @@ with a PKCS #11 Cryptographic Token Interface.")
|
|||
(define-public pcsc-lite
|
||||
(package
|
||||
(name "pcsc-lite")
|
||||
(version "2.4.0")
|
||||
(version "2.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pcsclite.apdu.fr/files/"
|
||||
"pcsc-lite-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wf4h5gvl100mpcp8v9py5k7k87c7dw3c4crrfz3s4lym4bp0c12"))))
|
||||
"19qrm8gsq8padqv0mbzgsaddy4lqkbwjsafw93h2n380r1lbmlxg"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue