summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>2022-10-17 07:28:40 +0200
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>2022-10-18 22:59:58 +0200
commit4984e737b7b739ece7c9bbac3053cd2ad3c50ece (patch)
treef47f6dbebb777cae05473d5cd7948e4575312079
parent257ca91787f4ebaa2c865a133e369b5742531a1e (diff)
downloadguix-4984e737b7b739ece7c9bbac3053cd2ad3c50ece.tar.gz
gnu: bootstrap: %bootstrap-mescc-tools: Update ARM to 1.4.0.
Built with
    1e41b0abb3d977301b5533588ee24803a5649a08
    gnu: bootstrap: mes-minimal: Support ARM, update for mes-0.23.1.

* gnu/packages/bootstrap.scm (%bootstrap-mes)
* gnu/packages/bootstrap.scm (%bootstrap-mescc-tools)[inputs]: Update ARM to
1.4.0.
-rw-r--r--gnu/packages/bootstrap.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 41c4c4da0a..b84fd765d6 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -971,7 +971,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
                   (cut string-append <> (%current-system) "/"
                        (match (%current-system)
                          ((or "armhf-linux" "aarch64-linux")
-                          "20201219/mescc-tools-static-stripped-0.7.0-armhf-linux.tar.xz")
+                          "20221016/mescc-tools-static-stripped-1.4.0-armhf-linux.tar.xz")
                          ((or "i686-linux" "x86_64-linux")
                           "20190815/mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")))
                   %bootstrap-base-urls))
@@ -979,7 +979,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
              (base32
               (match (%current-system)
                 ((or "armhf-linux" "aarch64-linux")
-                 "0yzg93r0x18f7v264pxh7gjcav68aiw1irz1mqmfh5hphbhfk5nv")
+                 "0ldpxi17c6bgxi8sp84k0f49q0s4xn2nbg89qav594slhq3px9lv")
                 ((or "i686-linux" "x86_64-linux")
                  "0c3kklgghzh4q2dbpl6asb74cimp7hp6jscdwqwmzxbapgcl6582")))))))))
     (synopsis "Bootstrap binaries of MesCC Tools")