guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: wsjtx: Update to 2.6.1.


From: guix-commits
Subject: 01/02: gnu: wsjtx: Update to 2.6.1.
Date: Wed, 12 Apr 2023 23:06:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2c6b451605d74b5911cf7ef53aef9473163907aa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Apr 6 22:33:46 2023 +0100

    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>
---
 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 ad7982f256..d3bd3b9dee 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1510,7 +1510,7 @@ instances over the network, and general QSO and 
DXpedition logging.")
 (define-public wsjtx
   (package
     (name "wsjtx")
-    (version "2.5.4")
+    (version "2.6.1")
     (source
      (origin
        (method git-fetch)
@@ -1519,7 +1519,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 "0nciw9smrfcsirlwyny5r9h7sk2zvm40m56y1hxpgpmbnh6mqikh"))))
+        (base32 "1lqd77v9xm58k9g9kfwxva3mmzm1yyk1v27nws5j1a293zfg2hkw"))))
     (build-system qt-build-system)
     (native-inputs
      (list asciidoc gfortran pkg-config qttools-5 ruby-asciidoctor))



reply via email to

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