diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-18 14:33:09 +0000 | 
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-18 14:37:26 +0000 | 
| commit | e486b2b674badc80627b11077b7df2ac1cab92d8 (patch) | |
| tree | 5909547a69c4b185b878c8f0fe8152f1c01fef04 /gnu/packages/security-token.scm | |
| parent | 0df1eb029efe5ebe3f02e36fa650cae4aaba89ec (diff) | |
| parent | 88badc074a5dbebf80115918cf6c0009075154d2 (diff) | |
Merge remote-tracking branch 'signed/master' into core-updates
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 5304f90649..319cdee0ef 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -75,14 +75,14 @@  (define-public ccid    (package      (name "ccid") -    (version "1.4.34") +    (version "1.4.36")      (source (origin                (method url-fetch)                (uri (string-append "https://ccid.apdu.fr/files/ccid-"                                    version ".tar.bz2"))                (sha256                 (base32 -                "02mlbpnsvy6jgwpz0jk5lh27y3cn2bsyz9xini7898m9b5dn9xz6")))) +                "1ha9cwxkadx4rs4jj114qzh42qj02x6r8y1mvhcvijhvby4aqwrb"))))      (build-system gnu-build-system)      (arguments       `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output | 
