janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 10126fa27fa0f58c474c00f8bf56b6ad271b3398
Author: Jan Nieuwenhuizen <[email protected]>
Date: Wed Sep 18 22:38:53 2019 +0200
bootstrap: bootstrap-mes: Update for mes-0.21. WIP
* gnu/packages/bootstrap.scm (%bootstrap-mes): Update for mes-0.21.
---
gnu/packages/bootstrap.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index e335098..25c7df5 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -790,11 +790,11 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(uri (map
(cute string-append <>
"/i686-linux/20190915/"
- "mes-minimal-stripped-0.20-i686-linux.tar.xz")
+
"mes-minimal-stripped-0.20-52-g16ee8eb64-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "1qixbkhqyjrvpkfkklgf7z1q6sm1z13n1zqmmdmxp2m8z1ywpxyh")))))))
+ "1smgskkjl5s9mhg72sqmvnpxzfi4xwx04944hqy1lahxsifd60q3")))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(synopsis "Bootstrap binaries of Mes")
(description synopsis)