diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-04-19 10:57:26 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-04-19 10:57:26 +0200 |
commit | 3743e991868e825565227711db299b2100ab9cde (patch) | |
tree | b40f522d4a9cc045fddf12ad6e614c1e2e6ed703 /gnu/packages | |
parent | 81c047f650e4dab1e3b2f5ce7656c2c1f90a74ea (diff) | |
download | guix-3743e991868e825565227711db299b2100ab9cde.tar.gz guix-3743e991868e825565227711db299b2100ab9cde.zip |
gnu: flmsg: Update to 4.0.23.
* gnu/packages/radio.scm (flmsg): Update to 4.0.23.
[native-inputs]: Replace autoconf by autoconf-2.71.
Change-Id: Ieea1528458479af9e909b7df1b95955f2a6598eb
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/radio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 65ee60c186..21f84096a4 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1355,7 +1355,7 @@ or USB connection.") (define-public flmsg (package (name "flmsg") - (version "4.0.19") + (version "4.0.23") (source (origin (method git-fetch) @@ -1364,10 +1364,10 @@ or USB connection.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "157s6mvky9h094hkncm47964qh0bnwg0m2rw3wx0qj1mh5isxv4j")))) + (base32 "0nn2ai97a2izckg6lcnxa36ipmrz0pa4d8gdvk47fhwxlcr7pdrl")))) (build-system gnu-build-system) (native-inputs - (list autoconf automake pkg-config)) + (list autoconf-2.71 automake pkg-config)) (inputs (list fltk libx11 libxext libxfixes libxft)) (synopsis "NBEMS messaging system") |