mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: chirp: Update to 20211016.
* gnu/packages/radio.scm (chirp): Update to 20211016.
This commit is contained in:
parent
6cbbd54e64
commit
0513aa4b41
1 changed files with 2 additions and 2 deletions
|
@ -379,14 +379,14 @@ (define-public soapyrtlsdr
|
||||||
(define-public chirp
|
(define-public chirp
|
||||||
(package
|
(package
|
||||||
(name "chirp")
|
(name "chirp")
|
||||||
(version "20201121")
|
(version "20211016")
|
||||||
(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 "092jryb1jn9li6zj243awv6piz1lhghqsm4phrz7j0rgqf76dy4n"))))
|
(base32 "13xzqnhvnw6yipv4izkq0s9ykyl9pc5ifpr1ii8xfp28ch706qyw"))))
|
||||||
(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