mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
620bce2573
commit
6cd33f855c
2 changed files with 4 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue