guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pcsc-lite: Update to 1.8.21.


From: Marius Bakke
Subject: 01/01: gnu: pcsc-lite: Update to 1.8.21.
Date: Sat, 20 May 2017 15:43:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit fefd4c197fa89480cafd98ae9b32b7f1b3f57686
Author: Marius Bakke <address@hidden>
Date:   Sat May 20 20:44:07 2017 +0200

    gnu: pcsc-lite: Update to 1.8.21.
    
    * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.21.
---
 gnu/packages/security-token.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 7bce8c5..acc9f49 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -93,15 +93,15 @@ the low-level development kit for the Yubico YubiKey 
authentication device.")
 (define-public pcsc-lite
   (package
     (name "pcsc-lite")
-    (version "1.8.20")
+    (version "1.8.21")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://alioth.debian.org/frs/download.php/file/4203/";
+                    "https://alioth.debian.org/frs/download.php/file/4216/";
                     "pcsc-lite-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ckb0jf4n585a4j26va3jm2nrv3c1y38974514f8qy3c04a02zgc"))))
+                "1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))



reply via email to

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