guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ccid: Update to 1.4.27.


From: Marius Bakke
Subject: 01/01: gnu: ccid: Update to 1.4.27.
Date: Sun, 21 May 2017 10:39:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1d0aa4d8c2dea7be2e249cc358c190622016da11
Author: Marius Bakke <address@hidden>
Date:   Sun May 21 16:37:54 2017 +0200

    gnu: ccid: Update to 1.4.27.
    
    * gnu/packages/security-token.scm (ccid): Update to 1.4.27.
---
 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 acc9f49..5873d85 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.26")
+    (version "1.4.27")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://alioth.debian.org/frs/download.php/file/4205/";
+                    "https://alioth.debian.org/frs/download.php/file/4218/";
                     "ccid-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bxy835c133ajalpj4gx60nqkjvpf9y1n97n04pw105pi9qbyrrj"))))
+                "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56"))))
     (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]