mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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: Ic2844f6f6114e504877344bbd91b6ac6db93b0b0
This commit is contained in:
parent
ae3a8a61d4
commit
2b28199a73
1 changed files with 3 additions and 3 deletions
|
@ -1265,7 +1265,7 @@ radio receiver.")
|
||||||
(define-public fldigi
|
(define-public fldigi
|
||||||
(package
|
(package
|
||||||
(name "fldigi")
|
(name "fldigi")
|
||||||
(version "4.1.22")
|
(version "4.2.04")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1274,10 +1274,10 @@ radio receiver.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n1ljqsqar9s8yh8hn9yc1clabkhv4jidym3ibg25yb5svckscli"))))
|
(base32 "1s1dr1bpfa70sq5f0bi4vaszyzsa7ykpswc3znhmg7156mr027kj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake gettext-minimal pkg-config))
|
(list autoconf-2.71 automake gettext-minimal pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
fltk
|
fltk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue