This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch bootstrap-team
in repository guix.

The following commit(s) were added to refs/heads/bootstrap-team by this push:
     new 516fbe663b gnu: gnu-make-mesboot0: Downgrade to 3.80.
516fbe663b is described below

commit 516fbe663bee862d681d8d8f4be2e18be2789ce8
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Mar 2 09:29:46 2026 +0200

    gnu: gnu-make-mesboot0: Downgrade to 3.80.
    
    * gnu/packages/commencement.scm (gnu-make-mesboot0): Downgrade to 3.80.
    
    Change-Id: I00b1f6ac934b573bf7845d78e8d4ac78dcd1d0f6
---
 gnu/packages/commencement.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index e366896c2f..78ea2b535e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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)

Reply via email to