unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65257] [PATCH] gnu: pcsc-lite: Update to 2.0.0.
@ 2023-08-12 23:57 Arjan Adriaanse
  2024-04-21 21:27 ` [bug#65257] [PATCH v2 0/1] gnu: pcsc-lite: Update to 2.1.0 Christina O'Donnell
  0 siblings, 1 reply; 4+ messages in thread
From: Arjan Adriaanse @ 2023-08-12 23:57 UTC (permalink / raw)
  To: 65257; +Cc: Arjan Adriaanse

* gnu/packages/security-token.scm (pcsc-lite): Update to 2.0.0.
---
 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 3a0ed245ad..1a4a433554 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -236,14 +236,14 @@ (define-public softhsm
 (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"

base-commit: eb25c2b3e204a36a97ec724defe8930757ab83c0
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-06 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 23:57 [bug#65257] [PATCH] gnu: pcsc-lite: Update to 2.0.0 Arjan Adriaanse
2024-04-21 21:27 ` [bug#65257] [PATCH v2 0/1] gnu: pcsc-lite: Update to 2.1.0 Christina O'Donnell
2024-04-21 21:27   ` [bug#65257] [PATCH v2 1/1] " Christina O'Donnell
2024-05-06 11:54     ` bug#65257: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).