guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: ccid: Update to 1.4.26.


From: Marius Bakke
Subject: 02/09: gnu: ccid: Update to 1.4.26.
Date: Mon, 16 Jan 2017 09:25:46 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 2a72d18c712ae975181fbbe35cf98de8e87f608e
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 16 09:58:23 2017 +0100

    gnu: ccid: Update to 1.4.26.
    
    * gnu/packages/security-token.scm (ccid): Update to 1.4.26.
---
 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 e1b87ad..7bce8c5 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -35,15 +35,15 @@
 (define-public ccid
   (package
     (name "ccid")
-    (version "1.4.25")
+    (version "1.4.26")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://alioth.debian.org/frs/download.php/file/4187/";
+                    "https://alioth.debian.org/frs/download.php/file/4205/";
                     "ccid-" version ".tar.bz2"))
               (sha256
                (base32
-                "029n4lpy5nvg278s4mybisyj4lm0bcjslvwfslw6hkghw162n1kb"))))
+                "0bxy835c133ajalpj4gx60nqkjvpf9y1n97n04pw105pi9qbyrrj"))))
     (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]