me
/
guix
Archived
1
0
Fork 0

gnu: sdrangel: Update to 7.17.0.

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

Change-Id: I1ecd6e79c9622cba9160ece0814cdc370dd045d7
master
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
1 changed files with 2 additions and 2 deletions

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))