summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-20 04:40:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-20 04:50:34 +0200
commit84c7fbfd6d1c24c14ae9a719b5aa2a41853cf4a5 (patch)
treebf859a55a0cbc3ee7b144efb46bf12e97892b5e4
parent4eb161962f9d3a4065d2dfe75bb4c19ac6f6c035 (diff)
downloadguix-84c7fbfd6d1c24c14ae9a719b5aa2a41853cf4a5.tar.gz
gnu: ccid: Update to 1.4.30.
* gnu/packages/security-token.scm (ccid): Update to 1.4.30.
-rw-r--r--gnu/packages/security-token.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 2ebf09cfe2..4495069c0d 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -56,7 +56,7 @@
 (define-public ccid
   (package
     (name "ccid")
-    (version "1.4.29")
+    (version "1.4.30")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -64,7 +64,7 @@
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"))))
+                "0z7zafdg75fr1adlv2x0zz34s07gljcjg2lsz76s1048w1xhh5xc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
@@ -77,7 +77,7 @@
                (("/bin/echo") (which "echo")))
              #t)))))
     (native-inputs
-     `(("pcsc-lite" ,pcsc-lite) ; only required for headers
+     `(("pcsc-lite" ,pcsc-lite)         ; only required for headers
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
     (inputs