3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fldigi: Update to 4.1.14.

* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-24 14:16:19 +02:00
parent 7f765a9d9c
commit 0e59074062
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -578,14 +578,14 @@ using GNU Radio and the Qt GUI toolkit.")
(define-public fldigi
(package
(name "fldigi")
(version "4.1.13")
(version "4.1.14")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-"
version ".tar.gz"))
(sha256
(base32 "0mlq4z5k3h466plij8hg9xn5xbjxk557g4pw13cplpf32fhng224"))))
(base32 "0hr6xbv01xf7z4r2jxxhn8xjdmca2198q4m9glh4877dllvfq6xj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))