diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 14:31:53 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 14:35:51 +0100 |
commit | 9cf2de87d29e14d42c465fc5b108a36d3b8bf83a (patch) | |
tree | 54e4df3a3dd5895831dd2c9bd60a9206f485781e /gnu | |
parent | a2a532742a5ae7f6d0a195c3ba41567479f1b9d9 (diff) | |
download | patches-9cf2de87d29e14d42c465fc5b108a36d3b8bf83a.tar patches-9cf2de87d29e14d42c465fc5b108a36d3b8bf83a.tar.gz |
gnu: ccid: Update to 1.4.29.
* gnu/packages/security-token.scm (ccid): Update to 1.4.29.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/security-token.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 7ce531bb6d..6ff83ce5a4 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 |