gnu: fldigi: Update to 4.2.04.
* gnu/packages/radio.scm (fldigi): Update to 4.2.04. [native-inputs]: Replace autoconf by autoconf-2.71. Change-Id: Ic2844f6f6114e504877344bbd91b6ac6db93b0b0master
parent
ae3a8a61d4
commit
2b28199a73
|
@ -1265,7 +1265,7 @@ radio receiver.")
|
|||
(define-public fldigi
|
||||
(package
|
||||
(name "fldigi")
|
||||
(version "4.1.22")
|
||||
(version "4.2.04")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1274,10 +1274,10 @@ radio receiver.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1n1ljqsqar9s8yh8hn9yc1clabkhv4jidym3ibg25yb5svckscli"))))
|
||||
(base32 "1s1dr1bpfa70sq5f0bi4vaszyzsa7ykpswc3znhmg7156mr027kj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake gettext-minimal pkg-config))
|
||||
(list autoconf-2.71 automake gettext-minimal pkg-config))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
fltk
|
||||
|
|
Reference in New Issue