[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.
From: |
guix-commits |
Subject: |
08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1. |
Date: |
Sun, 15 Dec 2019 08:36:40 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 702fa556e3fd5eb40da64c14286760a1fda75a6b
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 16 19:31:06 2019 +0200
bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.
Built with
commit d95cf404e1d83d6c734707807d9c75f77e8474e6
bootstrap: mes-minimal: Update to 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 c097d93..365da89 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -713,7 +713,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
@@ -745,12 +745,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/20191123/"
+ "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)
- branch wip-bootstrap created (now 4e64128), guix-commits, 2019/12/15
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/15
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/15
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/15
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/15
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/12/15
- 06/70: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/12/15
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.,
guix-commits <=
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/15
- 13/70: Revert "bootstrap: mescc-tools-static: Update to 0.6.1.", guix-commits, 2019/12/15
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/15
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/15
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/15
- 14/70: Revert "bootstrap: mes-minimal: Update to mes-0.21.", guix-commits, 2019/12/15
- 12/70: Revert "gnu: Remove mescc-tools-0.5.2.", guix-commits, 2019/12/15
- 18/70: bootstrap: Add %bootstrap-mes-rewired., guix-commits, 2019/12/15
- 17/70: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/12/15
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/15