~ruther/guix-local

24f844b1f98883852f4aae0016dace2f9304fa3a — Guillaume Le Vaillant 4 years ago c654e4a
gnu: wsjtx: Update to 2.5.4.

* gnu/packages/radio.scm (wsjtx): Update to 2.5.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/radio.scm
M gnu/packages/radio.scm => gnu/packages/radio.scm +2 -2
@@ 1172,7 1172,7 @@ instances over the network, and general QSO and DXpedition logging.")
(define-public wsjtx
  (package
    (name "wsjtx")
    (version "2.5.2")
    (version "2.5.4")
    (source
     (origin
       (method git-fetch)


@@ 1181,7 1181,7 @@ instances over the network, and general QSO and DXpedition logging.")
             (commit (string-append "wsjtx-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "01346f2x3jc0gbzdi7ihzr9rxibnbzn31ix0879qfavrv8l31k1s"))))
        (base32 "0nciw9smrfcsirlwyny5r9h7sk2zvm40m56y1hxpgpmbnh6mqikh"))))
    (build-system qt-build-system)
    (native-inputs
     (list asciidoc gfortran pkg-config qttools ruby-asciidoctor))