guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: wsjtx: Update to 2.5.4.


From: guix-commits
Subject: 10/13: gnu: wsjtx: Update to 2.5.4.
Date: Thu, 27 Jan 2022 10:32:11 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 24f844b1f98883852f4aae0016dace2f9304fa3a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jan 27 15:20:44 2022 +0100

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

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 644586a9fd..e7bd5fab5e 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]