gnu: sdr++: Update to 1.0.4.
* gnu/packages/radio.scm (sdr++): Update to 1.0.4.
This commit is contained in:
parent
5ba805545a
commit
b465923435
1 changed files with 2 additions and 2 deletions
|
@ -2118,7 +2118,7 @@ various hardware.")
|
||||||
(define-public sdr++
|
(define-public sdr++
|
||||||
(package
|
(package
|
||||||
(name "sdr++")
|
(name "sdr++")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2127,7 +2127,7 @@ various hardware.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mplhys07l4bqv3q301ayh35468mg0hpxp5zgrps7gkjyf3v6idr"))))
|
(base32 "1xwbz6yyca6wmzad5ykxw6i0r8jzc7i3jbzq7mhp8caiymd6knw3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gcc" ,gcc-10) ; A GCC more recent than version 7 is required.
|
`(("gcc" ,gcc-10) ; A GCC more recent than version 7 is required.
|
||||||
|
|
Reference in a new issue