[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: pcsc-lite: Update to 2.0.0.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: pcsc-lite: Update to 2.0.0. |
Date: |
Tue, 12 Sep 2023 10:56:39 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new e79afd5d25 gnu: pcsc-lite: Update to 2.0.0.
e79afd5d25 is described below
commit e79afd5d2574eb35f54c070a3f6048806721ef04
Author: Arjan Adriaanse <arjan@adriaan.se>
AuthorDate: Sun Aug 13 01:57:21 2023 +0200
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>
---
gnu/packages/security-token.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 6d7f5c9ab2..e70a8daae2 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -235,14 +235,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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: pcsc-lite: Update to 2.0.0.,
guix-commits <=