guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: wsjtx-hamlib: Update to 2.3.1.


From: guix-commits
Subject: 06/07: gnu: wsjtx-hamlib: Update to 2.3.1.
Date: Mon, 29 Mar 2021 13:41:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9aaeb9bd957daa988a63ddddee8f4e7efdd7d979
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Mar 29 17:31:57 2021 +0200

    gnu: wsjtx-hamlib: Update to 2.3.1.
    
    * gnu/packages/radio.scm (wsjtx-hamlib): Update to 2.3.1.
    [arguments]: Remove alleged 'fix-tests phase.
---
 gnu/packages/radio.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index c10c91f..d669c43 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -844,7 +844,7 @@ users.")
   (package
     (inherit hamlib)
     (name "wsjtx-hamlib")
-    (version "2.3.0")
+    (version "2.3.1")
     (source
      (origin
        (method git-fetch)
@@ -853,7 +853,7 @@ users.")
              (commit (string-append "wsjtx-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ampwqs7p0g8pdnwpdrbvwyqag065n96amgb3v4z332nw0nxvm10"))))
+        (base32 "0m4yzjcqs7a1w4lghyyckpkiy96jxdjijddxarqr3a37cl2rz23j"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
@@ -865,15 +865,7 @@ users.")
                            "--with-lua-binding"
                            "--with-python-binding"
                            "--with-tcl-binding"
-                           "--with-xml-support")
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-tests
-           (lambda _
-             (substitute* "tests/testloc.c"
-               (("dmmm2dec\\(deg, mmm, nesw\\);")
-                "dmmm2dec(deg, mmm, 0, nesw);"))
-             #t)))))))
+                           "--with-xml-support")))))
 
 (define-public wsjtx
   (package



reply via email to

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