gnu: chirp: Update to 20200430.

* gnu/packages/radio.scm (chirp): Update to 20200430.
This commit is contained in:
Guillaume Le Vaillant 2020-05-14 23:03:10 +02:00
parent 729cfbdd07
commit 04191985cc
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -159,7 +159,7 @@ (define-public rtl-sdr
(define-public chirp
(package
(name "chirp")
(version "20181205")
(version "20200430")
(source
(origin
(method url-fetch)
@ -167,7 +167,7 @@ (define-public chirp
version "/chirp-daily-" version ".tar.gz"))
(sha256
(base32
"1cp280b95j39xaxs50zn55jigg7pyfpm9n098hmsyxrplqn8z43c"))))
"060fzplgmpfrk6wkfaasx7phpfk90mmylk6drbwzk4f9r1655vda"))))
(build-system python-build-system)
(inputs
`(("python2-libxml2" ,python2-libxml2)