mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: wsjtx: Update to 2.2.2.
* gnu/packages/radio.scm (wsjtx-hamlib, wsjtx): Update to 2.2.2.
This commit is contained in:
parent
131cc178e3
commit
183f069858
1 changed files with 3 additions and 3 deletions
|
@ -801,7 +801,7 @@ (define wsjtx-hamlib
|
||||||
(package
|
(package
|
||||||
(inherit hamlib)
|
(inherit hamlib)
|
||||||
(name "wsjtx-hamlib")
|
(name "wsjtx-hamlib")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -835,7 +835,7 @@ (define wsjtx-hamlib
|
||||||
(define-public wsjtx
|
(define-public wsjtx
|
||||||
(package
|
(package
|
||||||
(name "wsjtx")
|
(name "wsjtx")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -844,7 +844,7 @@ (define-public wsjtx
|
||||||
(commit (string-append "wsjtx-" version))))
|
(commit (string-append "wsjtx-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12i8ch2yhxlbd7lbpl4s4y37ks4i00wasah4j44g104rxrzdny57"))
|
(base32 "0fhws44gg05d9y2al0pcdnxwxwh4bazcfl0g5mq2ks1r7w23wi5x"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue