gnu: chirp: Update to 20220118.

* gnu/packages/radio.scm (chirp): Update to 20220118.
This commit is contained in:
Guillaume Le Vaillant 2022-01-27 14:46:29 +01:00
parent 8696b2a09f
commit 82015ad133
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -370,14 +370,14 @@ (define-public soapyrtlsdr
(define-public chirp
(package
(name "chirp")
(version "20211016")
(version "20220118")
(source
(origin
(method url-fetch)
(uri (string-append "https://trac.chirp.danplanet.com/chirp_daily/daily-"
version "/chirp-daily-" version ".tar.gz"))
(sha256
(base32 "13xzqnhvnw6yipv4izkq0s9ykyl9pc5ifpr1ii8xfp28ch706qyw"))))
(base32 "0q2ifmprxqqxnww8fx8fjmm2lv9vdv6xzsk1ysa27fb290vgyawn"))))
(build-system python-build-system)
(inputs
(list python2-libxml2 python2-pygtk python2-pyserial))