gnu: chirp: Update to 20201121.
* gnu/packages/radio.scm (chirp): Update to 20201121.
This commit is contained in:
parent
6c1c5fecd6
commit
8e93fe98b7
1 changed files with 2 additions and 2 deletions
|
@ -159,14 +159,14 @@ (define-public rtl-sdr
|
||||||
(define-public chirp
|
(define-public chirp
|
||||||
(package
|
(package
|
||||||
(name "chirp")
|
(name "chirp")
|
||||||
(version "20201014")
|
(version "20201121")
|
||||||
(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 "16x3ix2n7a9l7lln2pri1xfmhyfvvzxb0nr3h33iajqimbwckxj0"))))
|
(base32 "092jryb1jn9li6zj243awv6piz1lhghqsm4phrz7j0rgqf76dy4n"))))
|
||||||
(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