mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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
|
||||
(inherit hamlib)
|
||||
(name "wsjtx-hamlib")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -835,7 +835,7 @@ (define wsjtx-hamlib
|
|||
(define-public wsjtx
|
||||
(package
|
||||
(name "wsjtx")
|
||||
(version "2.2.1")
|
||||
(version "2.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -844,7 +844,7 @@ (define-public wsjtx
|
|||
(commit (string-append "wsjtx-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12i8ch2yhxlbd7lbpl4s4y37ks4i00wasah4j44g104rxrzdny57"))
|
||||
(base32 "0fhws44gg05d9y2al0pcdnxwxwh4bazcfl0g5mq2ks1r7w23wi5x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue