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
|
||||
(package
|
||||
(name "chirp")
|
||||
(version "20200430")
|
||||
(version "20201014")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://trac.chirp.danplanet.com/chirp_daily/daily-"
|
||||
version "/chirp-daily-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"060fzplgmpfrk6wkfaasx7phpfk90mmylk6drbwzk4f9r1655vda"))))
|
||||
(base32 "16x3ix2n7a9l7lln2pri1xfmhyfvvzxb0nr3h33iajqimbwckxj0"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python2-libxml2" ,python2-libxml2)
|
||||
|
|
Loading…
Reference in a new issue