gnu: wsjtx: Update to 2.6.1.
* gnu/packages/radio.scm (wsjtx): Update to 2.6.1. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
60c97c60a5
commit
2c6b451605
1 changed files with 2 additions and 2 deletions
|
@ -1510,7 +1510,7 @@ (define-public tlf
|
|||
(define-public wsjtx
|
||||
(package
|
||||
(name "wsjtx")
|
||||
(version "2.5.4")
|
||||
(version "2.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1519,7 +1519,7 @@ (define-public wsjtx
|
|||
(commit (string-append "wsjtx-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nciw9smrfcsirlwyny5r9h7sk2zvm40m56y1hxpgpmbnh6mqikh"))))
|
||||
(base32 "1lqd77v9xm58k9g9kfwxva3mmzm1yyk1v27nws5j1a293zfg2hkw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list asciidoc gfortran pkg-config qttools-5 ruby-asciidoctor))
|
||||
|
|
Loading…
Reference in a new issue