mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05: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 @@ (define-public gqrx-scanner
|
|||
(define-public fldigi
|
||||
(package
|
||||
(name "fldigi")
|
||||
(version "4.1.22")
|
||||
(version "4.2.04")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1274,10 +1274,10 @@ (define-public fldigi
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue