summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-02 20:34:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 06:55:39 +0100
commitdd8292df5f49f05014606dabbfd8934e4827d8d1 (patch)
tree3d03c0bbf67b34d9d7b47049432c6579af6756ea /gnu
parent868e3088062a2c6e774e73a9e140bd38d1128a7d (diff)
downloadguix-patches-dd8292df5f49f05014606dabbfd8934e4827d8d1.tar
guix-patches-dd8292df5f49f05014606dabbfd8934e4827d8d1.tar.gz
gnu: fldigi: Update to 4.1.17.
* gnu/packages/radio.scm (fldigi): Update to 4.1.17.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/radio.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 70a9762379..0a4b623360 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2020 Charlie Ritter <chewzerita@posteo.net>
-;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -577,14 +577,14 @@ using GNU Radio and the Qt GUI toolkit.")
(define-public fldigi
(package
(name "fldigi")
- (version "4.1.16")
+ (version "4.1.17")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-"
version ".tar.gz"))
(sha256
- (base32 "1dfkvhs0ri5kbyskk730ik8ix5z138qys26b31p6kixd8jjkw3k4"))))
+ (base32 "1gzff60sn3h05279f9mdi1rkdws52m28shcil16911lvlq6ki13m"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))