janneke pushed a commit to branch wip-bootstrap in repository guix. commit 3c4888990b708c34c01900239db869434bdb1322 Author: Jan Nieuwenhuizen <jann...@gnu.org> 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 d35bd62..71c2c7a 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)