gnu: fldigi: Update to 4.1.17.

* gnu/packages/radio.scm (fldigi): Update to 4.1.17.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-02 20:34:39 +01:00
parent 868e308806
commit dd8292df5f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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)))