[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: fldigi: Update to 4.1.16.
From: |
guix-commits |
Subject: |
05/06: gnu: fldigi: Update to 4.1.16. |
Date: |
Wed, 18 Nov 2020 12:08:47 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b4b08ee53bb11016a7471e20a940f8e343a3b61d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 18 16:01:34 2020 +0100
gnu: fldigi: Update to 4.1.16.
* gnu/packages/radio.scm (fldigi): Update to 4.1.16.
---
gnu/packages/radio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index bdd7e8a..0be7359 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -577,14 +577,14 @@ using GNU Radio and the Qt GUI toolkit.")
(define-public fldigi
(package
(name "fldigi")
- (version "4.1.15")
+ (version "4.1.16")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-"
version ".tar.gz"))
(sha256
- (base32 "1fzbcv2dgg6byb2l8m2d6i69yn0a44pq52mpmms756jdf6z622i6"))))
+ (base32 "1dfkvhs0ri5kbyskk730ik8ix5z138qys26b31p6kixd8jjkw3k4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (b3a63d4 -> a45f822), guix-commits, 2020/11/18
- 02/06: gnu: xlockmore: Update to 5.66., guix-commits, 2020/11/18
- 05/06: gnu: fldigi: Update to 4.1.16.,
guix-commits <=
- 01/06: gnu: zabbix-agentd, zabbix-server: Update to 5.2.1., guix-commits, 2020/11/18
- 03/06: gnu: splix: Update to 2.0.0-315.76268c4., guix-commits, 2020/11/18
- 04/06: gnu: splix: Compress PPDs., guix-commits, 2020/11/18
- 06/06: Merge remote-tracking branch 'upstream/version-1.2.0', guix-commits, 2020/11/18