3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sdrangel: Update to 7.17.0.

* gnu/packages/radio.scm (sdrangel): Update to 7.17.0.

Change-Id: I1ecd6e79c9622cba9160ece0814cdc370dd045d7
This commit is contained in:
Guillaume Le Vaillant 2023-11-10 10:43:07 +01:00
parent d8002a41b9
commit 857c199612
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2573,7 +2573,7 @@ voice formats.")
(define-public sdrangel
(package
(name "sdrangel")
(version "7.16.0")
(version "7.17.0")
(source
(origin
(method git-fetch)
@ -2582,7 +2582,7 @@ voice formats.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1c2pdxw2a3pysqlmr42gghg0ga33afwdp6wc97h7s6gwc5km6zlk"))))
(base32 "16hpnfzccpj8a3i24ryli870ym6kjih981sjapcqdc8va0q14qdz"))))
(build-system qt-build-system)
(native-inputs
(list doxygen graphviz pkg-config))