Revert "gnu: m4: Update to 1.4.20."

This reverts commit 81fcd98bac.
This commit is contained in:
Maxim Cournoyer 2025-10-30 16:19:55 +09:00
parent 6113501327
commit b4a2979cbc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -30,14 +30,14 @@
(define-public m4
(package
(name "m4")
(version "1.4.20")
(version "1.4.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/m4/m4-"
version ".tar.xz"))
(sha256
(base32
"0axgilr6n88br7msm3ls8m4zlwgk4q3vcjqw1cknqpyg3hxfldp2"))))
"15mghcksh11saylpm86h1zkz4in0rbi0pk8i6nqxkdikdmfdxbk3"))))
(build-system gnu-build-system)
(arguments
`(;; Explicitly disable tests when cross-compiling, otherwise 'make check'