mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public sdrangel
|
|||
(define-public sdr++
|
||||
(package
|
||||
(name "sdr++")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2127,7 +2127,7 @@ (define-public sdr++
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mplhys07l4bqv3q301ayh35468mg0hpxp5zgrps7gkjyf3v6idr"))))
|
||||
(base32 "1xwbz6yyca6wmzad5ykxw6i0r8jzc7i3jbzq7mhp8caiymd6knw3"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("gcc" ,gcc-10) ; A GCC more recent than version 7 is required.
|
||||
|
|
Loading…
Reference in a new issue