gnu: wsjtx: Update to 2.3.0.
* gnu/packages/radio.scm (wsjtx-hamlib): Update to 2.3.0. (wsjtx): Update to 2.3.0. [source]: Remove obsolete snippet.
This commit is contained in:
parent
d1f94000bc
commit
c9419d58da
1 changed files with 4 additions and 10 deletions
|
@ -815,7 +815,7 @@ users.")
|
||||||
(package
|
(package
|
||||||
(inherit hamlib)
|
(inherit hamlib)
|
||||||
(name "wsjtx-hamlib")
|
(name "wsjtx-hamlib")
|
||||||
(version "2.2.2")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -824,7 +824,7 @@ users.")
|
||||||
(commit (string-append "wsjtx-" version))))
|
(commit (string-append "wsjtx-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01h5ps0yq5vi1x9rkw742gx6a5fj02zhbpi89i412qdfbnyk35cv"))))
|
(base32 "0ampwqs7p0g8pdnwpdrbvwyqag065n96amgb3v4z332nw0nxvm10"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
@ -849,7 +849,7 @@ users.")
|
||||||
(define-public wsjtx
|
(define-public wsjtx
|
||||||
(package
|
(package
|
||||||
(name "wsjtx")
|
(name "wsjtx")
|
||||||
(version "2.2.2")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -858,13 +858,7 @@ users.")
|
||||||
(commit (string-append "wsjtx-" version))))
|
(commit (string-append "wsjtx-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fhws44gg05d9y2al0pcdnxwxwh4bazcfl0g5mq2ks1r7w23wi5x"))
|
(base32 "1qf8r88ssara3pddvd3jpv5phzxwnanvdj00dxgmzq0c2jqcy2a8"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; Delete bundled boost to use the shared one.
|
|
||||||
(delete-file-recursively "boost")
|
|
||||||
#t))))
|
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("asciidoc" ,asciidoc)
|
`(("asciidoc" ,asciidoc)
|
||||||
|
|
Reference in a new issue