guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21."


From: guix-commits
Subject: 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21."
Date: Wed, 11 Dec 2019 13:04:40 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 13a52a07bda2ed831a27d266e772e2cf40d4bc70
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Dec 7 20:35:50 2019 +0100

    Revert "bootstrap: bootstrap-mes: Update to mes-0.21."
    
    This reverts commit 44f353954dd3b9b1943a19a25c02e7194987cebb.
---
 gnu/packages/bootstrap.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 8e36291..365da89 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -762,7 +762,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
   ;; %MES-BOOTSTRAP-TARBALL.
   (package
     (name "bootstrap-mes")
-    (version "0.21")
+    (version "0")
     (source #f)
     (build-system trivial-build-system)
     (arguments
@@ -794,12 +794,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
             (method url-fetch)
             (uri (map
                   (cute string-append <>
-                        "/i686-linux/20191123/"
-                        "mes-minimal-stripped-0.21-i686-linux.tar.xz")
+                        "/i686-linux/20190815/"
+                        "mes-minimal-stripped-0.19-i686-linux.tar.xz")
                   %bootstrap-base-urls))
             (sha256
              (base32
-              "0djfkw09vybw9kw0m1yslrs85q398kyflp0phf6k5nf7xhr55s6w")))))))
+              "1q4xjpx6nbn44kxnilpgl12bhpmwy2bblzwszc2ci7xkf400jcpv")))))))
     (supported-systems '("i686-linux" "x86_64-linux"))
     (synopsis "Bootstrap binaries of Mes")
     (description synopsis)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]