me
/
guix
Archived
1
0
Fork 0

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

View File

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