janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit ccc6e8f9f393660d7012ee9bd0142af4304b0ada
Author: Jan Nieuwenhuizen <[email protected]>
Date: Sat Jan 5 22:52:30 2019 +0100
bootstrap: %bootstrap-mes: Update for mes 0.20. WIP
* gnu/packages/bootstrap.scm (%bootstrap-mes): Update for mes 0.20.
---
gnu/packages/bootstrap.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index dfbef59..3c562c5 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -705,12 +705,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(method url-fetch)
(uri (map
(cute string-append <>
- "/i686-linux/20181020/"
- "mes-minimal-stripped-0.19-i686-linux.tar.xz")
+ "/i686-linux/20190105/"
+ "mes-minimal-stripped-0.20-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "0k7kkl68a6xaadv47ij0nr9jm5ca1ffj38n7f2lg80y72wdkwr9h")))))))
+ "11w9wlikngpbclmp4l9w9q136pr3h8nkb8lscigdqgdw1rws8fxp")))))))
(supported-systems '("i686-linux" "x86_64-linux"))
(synopsis "Bootstrap binaries of Mes")
(description synopsis)