Skip to content
Snippets Groups Projects
Unverified Commit 0e590740 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: fldigi: Update to 4.1.14.

* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
parent 7f765a9d
No related branches found
No related tags found
No related merge requests found
...@@ -578,14 +578,14 @@ (define-public gqrx ...@@ -578,14 +578,14 @@ (define-public gqrx
(define-public fldigi (define-public fldigi
(package (package
(name "fldigi") (name "fldigi")
(version "4.1.13") (version "4.1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-" (uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0mlq4z5k3h466plij8hg9xn5xbjxk557g4pw13cplpf32fhng224")))) (base32 "0hr6xbv01xf7z4r2jxxhn8xjdmca2198q4m9glh4877dllvfq6xj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment