me
/
guix
Archived
1
0
Fork 0

gnu: wfview: Update to 1.0.

* gnu/packages/radio.scm (wfview): Update to 1.0.
master
Guillaume Le Vaillant 2021-06-04 13:49:01 +02:00
parent f50a88c1fa
commit 1ea00cceef
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 54 additions and 57 deletions

View File

@ -1856,21 +1856,18 @@ software-defined radio receivers.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public wfview (define-public wfview
;; No tagged release, use commit directly.
(let ((commit "274e905d214a7360e8cf2dd0421dbe3712a0ddcc")
(revision "1"))
(package (package
(name "wfview") (name "wfview")
(version (git-version "20210511" revision commit)) (version "1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/eliggett/wfview") (url "https://gitlab.com/eliggett/wfview")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1dmxn15xs63wx1y4mh1mlv8qc1xz32vgbyl3rk82gf6knw518svp")))) (base32 "16a9afm0nkqx4pzwfxisspybimhqdyr3yjpr7ac7wgpp3520ikzi"))))
(build-system qt-build-system) (build-system qt-build-system)
(inputs (inputs
`(("qcustomplot" ,qcustomplot) `(("qcustomplot" ,qcustomplot)
@ -1922,7 +1919,7 @@ spectrum waterfall. It supports at least the following models:
@item IC-9700 @item IC-9700
@end itemize\n") @end itemize\n")
(license (list license:expat (license (list license:expat
license:gpl3))))) license:gpl3))))
(define-public minimodem (define-public minimodem
(package (package