[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1.
From: |
guix-commits |
Subject: |
14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1. |
Date: |
Wed, 20 Nov 2019 15:19:38 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit a3632e4f363c7238aa64ec02609ad59f25282756
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 16 19:31:06 2019 +0200
bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1.
* gnu/packages/bootstrap.scm (%bootstrap-mescc-tools): Update for 0.6.1.
---
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 f84f20e..2496f66 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -708,7 +708,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
;; %MESCC-TOOLS-BOOTSTRAP-TARBALL.
(package
(name "bootstrap-mescc-tools")
- (version "0.5.2")
+ (version "0.6.1")
(source #f)
(build-system trivial-build-system)
(arguments
@@ -740,12 +740,12 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(method url-fetch)
(uri (map
(cute string-append <>
- "/i686-linux/20190815/"
- "mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")
+ "/i686-linux/20190915/"
+ "mescc-tools-static-stripped-0.6.1-i686-linux.tar.xz")
%bootstrap-base-urls))
(sha256
(base32
- "0c3kklgghzh4q2dbpl6asb74cimp7hp6jscdwqwmzxbapgcl6582")))))))
+ "1pkr84fb59ds18hmmxziayz959nk5vzilvh4yf044qvsb16hdimz")))))))
(synopsis "Bootstrap binaries of MesCC Tools")
(description synopsis)
(home-page #f)
- 04/35: bootstrap: Add gash-core-utils-boot., (continued)
- 04/35: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/20
- 01/35: gnu: Add ncompress., guix-commits, 2019/11/20
- 07/35: gnu: nyacc: Update to 0.99.0., guix-commits, 2019/11/20
- 09/35: gnu: mes: Update to 0.20., guix-commits, 2019/11/20
- 11/35: mes: 0.21, guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 13/35: bootstrap: mes-minimal: Update for mes-0.20., guix-commits, 2019/11/20
- 19/35: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/20
- 08/35: gnu: mescc-tools: Update to 0.6.1., guix-commits, 2019/11/20
- 10/35: gnu: mes: Update to 0.21 WIP, guix-commits, 2019/11/20
- 14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1.,
guix-commits <=
- 17/35: bootstrap-mes, guix-commits, 2019/11/20
- 18/35: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/11/20
- 20/35: bootstrap: mes-boot: Scheme-only bootstrap. WIP, guix-commits, 2019/11/20
- 22/35: bootstrap-gash-rewire? WIP, guix-commits, 2019/11/20
- 24/35: bootstrap: make-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 25/35: bootstrap: Add bzip2-mesboot0., guix-commits, 2019/11/20
- 26/35: bootstrap: Add bash-mesboot0., guix-commits, 2019/11/20
- 27/35: bootstrap: tcc-boot: Scheme-only bootstrap., guix-commits, 2019/11/20
- 30/35: bootstrap: Add sed-mesboot0., guix-commits, 2019/11/20
- 23/35: bootstrap: Add gzip-mesboot0., guix-commits, 2019/11/20