me
/
guix
Archived
1
0
Fork 0

gnu: sdrangel: Update to 6.16.1.

* gnu/packages/radio.scm (sdrangel): Update to 6.16.1.
master
Guillaume Le Vaillant 2021-07-18 14:58:06 +02:00
parent 848a9a1e3f
commit 8b1bde7bb3
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -2041,7 +2041,7 @@ voice formats.")
(define-public sdrangel
(package
(name "sdrangel")
(version "6.10.3")
(version "6.16.1")
(source
(origin
(method git-fetch)
@ -2050,7 +2050,7 @@ voice formats.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0dpymjpg1x7yyrlhh8sdmf5l7il9ymx32zcpm78wwrw3df4q1w3m"))))
(base32 "0g9h4cy8k9dqlwkfk4lkk2d2s003bckzskm3vra87ndmgq1nfbzv"))))
(build-system qt-build-system)
(native-inputs
`(("doxygen" ,doxygen)