guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/18: gnu: ccid: Update to 1.4.34.


From: guix-commits
Subject: 18/18: gnu: ccid: Update to 1.4.34.
Date: Sun, 7 Feb 2021 17:29:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 95df6dc61a10d2cded806f570c392a20b29fe25a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 23:26:46 2021 +0100

    gnu: ccid: Update to 1.4.34.
    
    * gnu/packages/security-token.scm (ccid): Update to 1.4.34.
---
 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 50e6a50..c1641e8 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -67,14 +67,14 @@
 (define-public ccid
   (package
     (name "ccid")
-    (version "1.4.33")
+    (version "1.4.34")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ccid.apdu.fr/files/ccid-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0974h2v9wq0j0ajw3c7yckaw8wqcppb2npfhfhmv9phijy9xlmjj"))))
+                "02mlbpnsvy6jgwpz0jk5lh27y3cn2bsyz9xini7898m9b5dn9xz6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output



reply via email to

[Prev in Thread] Current Thread [Next in Thread]