guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: pcsc-lite: Update to 1.8.22.


From: Marius Bakke
Subject: 05/06: gnu: pcsc-lite: Update to 1.8.22.
Date: Sun, 18 Jun 2017 12:38:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1f1b3445f43c7b2586144d9ccf52b480dae8b7e0
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 17 17:43:15 2017 +0200

    gnu: pcsc-lite: Update to 1.8.22.
    
    * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
---
 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 5873d85..8ae2dda 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.21")
+    (version "1.8.22")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://alioth.debian.org/frs/download.php/file/4216/";
+                    "https://alioth.debian.org/frs/download.php/file/4225/";
                     "pcsc-lite-" version ".tar.bz2"))
               (sha256
                (base32
-                "1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy"))))
+                "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba"))))
     (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]