mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
809aa3c51c
commit
b8fe812fe9
1 changed files with 3 additions and 3 deletions
|
@ -896,14 +896,14 @@ (define-public js8call
|
||||||
(package
|
(package
|
||||||
(inherit wsjtx)
|
(inherit wsjtx)
|
||||||
(name "js8call")
|
(name "js8call")
|
||||||
(version "2.1.1")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.js8call.com/" version
|
(uri (string-append "http://files.js8call.com/" version
|
||||||
"/js8call-" version ".tgz"))
|
"/js8call-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "034jnv6h172znn9ijl6wpmzx0rqibb69ppg52ndvkxhqlgrbsvyc"))
|
(base32 "149sjwc4zg6ckgq26af93p4fxappa4k9dh7rdy67g8ajfjad4cd8"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -921,7 +921,7 @@ (define-public js8call
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("fftwf" ,fftwf)
|
("fftwf" ,fftwf)
|
||||||
("hamlib" ,hamlib)
|
("hamlib" ,wsjtx-hamlib)
|
||||||
("libusb" ,libusb)
|
("libusb" ,libusb)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtmultimedia" ,qtmultimedia)
|
("qtmultimedia" ,qtmultimedia)
|
||||||
|
|
Loading…
Reference in a new issue