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.
This commit is contained in:
Guillaume Le Vaillant 2020-06-29 15:03:02 +02:00
parent 809aa3c51c
commit b8fe812fe9
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -896,14 +896,14 @@ (define-public js8call
(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 @@ (define-public js8call
`(("boost" ,boost)
("fftw" ,fftw)
("fftwf" ,fftwf)
("hamlib" ,hamlib)
("hamlib" ,wsjtx-hamlib)
("libusb" ,libusb)
("qtbase" ,qtbase)
("qtmultimedia" ,qtmultimedia)