guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: ccid: Update to 1.4.29.


From: Marius Bakke
Subject: 08/08: gnu: ccid: Update to 1.4.29.
Date: Thu, 22 Feb 2018 08:37:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9cf2de87d29e14d42c465fc5b108a36d3b8bf83a
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 22 14:31:53 2018 +0100

    gnu: ccid: Update to 1.4.29.
    
    * gnu/packages/security-token.scm (ccid): Update to 1.4.29.
---
 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 7ce531b..6ff83ce 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -46,15 +46,15 @@
 (define-public ccid
   (package
     (name "ccid")
-    (version "1.4.28")
+    (version "1.4.29")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://alioth.debian.org/frs/download.php/file/4230/";
+                    "https://alioth.debian.org/frs/download.php/file/4238/";
                     "ccid-" version ".tar.bz2"))
               (sha256
                (base32
-                "1q5dz1l049m3hmr370adhrqicdkldrr3l98svi02p5cxbnn3cn47"))))
+                "0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"))))
     (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]