me
/
guix
Archived
1
0
Fork 0

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
master
Guillaume Le Vaillant 2024-04-19 10:48:20 +02:00
parent ae3a8a61d4
commit 2b28199a73
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 3 deletions

View File

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