[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: chirp: Update to 20201014.
From: |
guix-commits |
Subject: |
10/12: gnu: chirp: Update to 20201014. |
Date: |
Thu, 15 Oct 2020 21:02:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6688aed40869567ef0d37a5165e7870afea87087
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 15 23:05:01 2020 +0200
gnu: chirp: Update to 20201014.
* gnu/packages/radio.scm (chirp): Update to 20201014.
---
gnu/packages/radio.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index b10f75a..a8f57b6 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -159,15 +159,14 @@ this package. E.g.: @code{(udev-rules-service 'rtl-sdr
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)
- branch master updated (4caa84e -> e4089b8), guix-commits, 2020/10/15
- 02/12: gnu: knot-resolver: Build with only knot:lib., guix-commits, 2020/10/15
- 03/12: gnu: asunder: Update to 2.9.7., guix-commits, 2020/10/15
- 01/12: gnu: knot: Build separate outputs., guix-commits, 2020/10/15
- 04/12: gnu: fakeroot: Update to 1.25.3., guix-commits, 2020/10/15
- 05/12: gnu: swaks: Use git source., guix-commits, 2020/10/15
- 07/12: gnu: perl-email-sender: Update to 1.300035., guix-commits, 2020/10/15
- 09/12: gnu: xterm: Update to 361., guix-commits, 2020/10/15
- 10/12: gnu: chirp: Update to 20201014.,
guix-commits <=
- 08/12: gnu: praat: Update to 6.1.27., guix-commits, 2020/10/15
- 12/12: gnu: perl-role-tiny: Update to 2.001004., guix-commits, 2020/10/15
- 11/12: gnu: dmidecode: Update to 3.3., guix-commits, 2020/10/15
- 06/12: gnu: swaks: Update to 20201014.0., guix-commits, 2020/10/15