guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: js8call: Update to 2.2.0.


From: guix-commits
Subject: branch master updated: gnu: js8call: Update to 2.2.0.
Date: Fri, 03 Jul 2020 08:44:42 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b8fe812  gnu: js8call: Update to 2.2.0.
b8fe812 is described below

commit b8fe812fe995c42c0db40fe2fe4a806064488e9c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jun 29 15:03:02 2020 +0200

    gnu: js8call: Update to 2.2.0.
    
    * gnu/packages/radio.scm (js8call): Update to 2.2.0.
      [inputs]: Use wsjtx-hamlib instead of regular hamlib.
---
 gnu/packages/radio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 3f9987d..7e04e91 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -896,14 +896,14 @@ weak-signal conditions.")
   (package
     (inherit wsjtx)
     (name "js8call")
-    (version "2.1.1")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://files.js8call.com/"; version
                            "/js8call-" version ".tgz"))
        (sha256
-        (base32 "034jnv6h172znn9ijl6wpmzx0rqibb69ppg52ndvkxhqlgrbsvyc"))
+        (base32 "149sjwc4zg6ckgq26af93p4fxappa4k9dh7rdy67g8ajfjad4cd8"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -921,7 +921,7 @@ weak-signal conditions.")
      `(("boost" ,boost)
        ("fftw" ,fftw)
        ("fftwf" ,fftwf)
-       ("hamlib" ,hamlib)
+       ("hamlib" ,wsjtx-hamlib)
        ("libusb" ,libusb)
        ("qtbase" ,qtbase)
        ("qtmultimedia" ,qtmultimedia)



reply via email to

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