diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-16 22:27:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 01:07:41 +0200 |
commit | 6cd33f855c88e63849c96d5df7ca256dd0379f4a (patch) | |
tree | 09d9edded070922e70b8dcfefc05351bf9f31c99 /gnu/packages/security-token.scm | |
parent | 620bce25735355cf4b154a3138a0be7b4d629f96 (diff) | |
download | guix-6cd33f855c88e63849c96d5df7ca256dd0379f4a.tar.gz |
gnu: gnss-sdr: Update to 0.0.15.
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.15. [arguments]: Remove 'fix-tests phase. Tests pass regardless.
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 1f60e25458..a24654a3e5 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -74,14 +74,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 |