guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ccid: Update to 1.4.28.


From: Marius Bakke
Subject: 02/04: gnu: ccid: Update to 1.4.28.
Date: Thu, 12 Oct 2017 13:38:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d636fd99c32973e56b0e664c51d82488f4717885
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 12 18:59:45 2017 +0200

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