mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: sdrangel: Update to 7.22.4.
* gnu/packages/radio.scm (sdrangel): Update to 7.22.4. Change-Id: If1480fddcb4f6e8425295c7d5513d091edcd5716
This commit is contained in:
parent
434e93b930
commit
a2970aab6b
1 changed files with 2 additions and 2 deletions
|
|
@ -2946,7 +2946,7 @@ voice formats.")
|
|||
(define-public sdrangel
|
||||
(package
|
||||
(name "sdrangel")
|
||||
(version "7.22.2")
|
||||
(version "7.22.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2955,7 +2955,7 @@ voice formats.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02m9kqkk9alnib51b67zssm8126c6ljsy4zfy1sz3zz5z3w10l0w"))))
|
||||
(base32 "11vg1y2w0mf2md59i5nw1rc8dspmjn5abv8w5xrlzjkabia3dfzv"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list doxygen graphviz pkg-config))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue