mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: chirp: Update to 20201014.
* gnu/packages/radio.scm (chirp): Update to 20201014.
This commit is contained in:
parent
d605f58de5
commit
6688aed408
1 changed files with 2 additions and 3 deletions
|
@ -159,15 +159,14 @@ (define-public rtl-sdr
|
||||||
(define-public chirp
|
(define-public chirp
|
||||||
(package
|
(package
|
||||||
(name "chirp")
|
(name "chirp")
|
||||||
(version "20200430")
|
(version "20201014")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://trac.chirp.danplanet.com/chirp_daily/daily-"
|
(uri (string-append "https://trac.chirp.danplanet.com/chirp_daily/daily-"
|
||||||
version "/chirp-daily-" version ".tar.gz"))
|
version "/chirp-daily-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "16x3ix2n7a9l7lln2pri1xfmhyfvvzxb0nr3h33iajqimbwckxj0"))))
|
||||||
"060fzplgmpfrk6wkfaasx7phpfk90mmylk6drbwzk4f9r1655vda"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python2-libxml2" ,python2-libxml2)
|
`(("python2-libxml2" ,python2-libxml2)
|
||||||
|
|
Loading…
Reference in a new issue