mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sdrangel: Update to 6.17.5.
* gnu/packages/radio.scm (sdrangel): Update to 6.17.5.
This commit is contained in:
parent
47bc8a514c
commit
aec7ea3710
1 changed files with 2 additions and 2 deletions
|
@ -1967,7 +1967,7 @@ (define-public dsdcc
|
|||
(define-public sdrangel
|
||||
(package
|
||||
(name "sdrangel")
|
||||
(version "6.17.3")
|
||||
(version "6.17.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1976,7 +1976,7 @@ (define-public sdrangel
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16la2g1xqahgnni1qhpnfbqlcqsiihxnm2d6nv2241khb3lhi0i9"))))
|
||||
(base32 "1g9972q78nxl62hpyn029s85ny5jj9dxlmmfqyz3l9sd6kdv9kl6"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list doxygen graphviz pkg-config))
|
||||
|
|
Loading…
Reference in a new issue