me
/
guix
Archived
1
0
Fork 0

gnu: wsjtx: Update to 2.3.1.

* gnu/packages/radio.scm (wsjtx): Update to 2.3.1.
master
Tobias Geerinckx-Rice 2021-03-29 17:32:07 +02:00
parent 9aaeb9bd95
commit 92dfa92d6d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -870,7 +870,7 @@ users.")
(define-public wsjtx (define-public wsjtx
(package (package
(name "wsjtx") (name "wsjtx")
(version "2.3.0") (version "2.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -879,7 +879,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 "1qf8r88ssara3pddvd3jpv5phzxwnanvdj00dxgmzq0c2jqcy2a8")))) (base32 "0mdr4l7zii08615yn7z91spnvnqm5i9390bra9lz3aqyxrsiim91"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(("asciidoc" ,asciidoc) `(("asciidoc" ,asciidoc)