me
/
guix
Archived
1
0
Fork 0

gnu: fldigi: Update to 4.1.14.

* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
master
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
1 changed files with 2 additions and 2 deletions

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