gnu: gr-satellites: Update to 4.6.0.
* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
8a06b8ecb4
commit
22a341bea0
1 changed files with 2 additions and 2 deletions
|
@ -848,7 +848,7 @@ to the fix block above.
|
||||||
(define-public gr-satellites
|
(define-public gr-satellites
|
||||||
(package
|
(package
|
||||||
(name "gr-satellites")
|
(name "gr-satellites")
|
||||||
(version "4.2.0")
|
(version "4.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -857,7 +857,7 @@ to the fix block above.
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01p9cnwjxas3pkqr9m5fnrgm45cji0sfdqqa51hzy7izx9vgzaf8"))))
|
(base32 "0mcrxwb27n2v8v8vmcmmm1pbmy3c02a22mz2wnpdsfb2163qpchw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config pybind11 python-six))
|
(list pkg-config pybind11 python-six))
|
||||||
|
|
Reference in a new issue