1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: gnu-make-mesboot0: Downgrade to 3.80.

* gnu/packages/commencement.scm (gnu-make-mesboot0): Downgrade to 3.80.

Change-Id: I00b1f6ac934b573bf7845d78e8d4ac78dcd1d0f6
This commit is contained in:
Efraim Flashner
2026-03-02 09:29:46 +02:00
parent 85c7c4e3ca
commit 516fbe663b

View File

@@ -681,13 +681,13 @@ MesCC-Tools), and finally M2-Planet.")
(package
(inherit gnu-make)
(name "make-mesboot0")
(version "3.82")
(version "3.80")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/make/make-" version ".tar.gz"))
(sha256
(base32
"1rs2f9hmvy3q6zkl15jnlmnpgffm0bhw5ax0h5c7q604wqrip69x"))))
"1pb7fb7fqf9wz9najm85qdma1xhxzf1rhj5gwrlzdsz2zm0hpcv4"))))
(inputs '())
(propagated-inputs '())
(native-inputs `(("tcc" ,tcc-boot0)