[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: mescc-tools: Update to 1.4.0.
From: |
guix-commits |
Subject: |
01/11: gnu: mescc-tools: Update to 1.4.0. |
Date: |
Mon, 9 May 2022 04:33:24 -0400 (EDT) |
janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.
commit b6b664edbb8007e7a0ec19ea05b0755c1897554f
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 1 23:35:47 2022 +0200
gnu: mescc-tools: Update to 1.4.0.
* gnu/packages/mes.scm (mescc-tools): Update to 1.4.0.
---
gnu/packages/mes.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index a862d84fc8..a80d89dd5d 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019, 2020, 2021 Jan (janneke) Nieuwenhuizen
<janneke@gnu.org>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Jan (janneke) Nieuwenhuizen
<janneke@gnu.org>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
@@ -219,7 +219,7 @@ Guile.")
(define-public mescc-tools
(package
(name "mescc-tools")
- (version "1.2.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -229,7 +229,7 @@ Guile.")
(file-name (git-file-name name version))
(sha256
(base32
- "1xkn5sspfxldy4wm8fq8gd8kwn46578zhfl12c16pq74x21zb198"))))
+ "0z2ni2qn2np1walcaqlxz8sinzb78d4hiq9glddzf26wxc226hs4"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"
"armhf-linux" "aarch64-linux"
- branch wip-full-source-bootstrap created (now 39c7c5d6a2), guix-commits, 2022/05/09
- 02/11: gnu: m2-planet: Update to 1.9.0., guix-commits, 2022/05/09
- 04/11: commencement: Add bootstrap-seeds., guix-commits, 2022/05/09
- 06/11: commencement: mes-boot: Update to 0.24, build with M2-Planet., guix-commits, 2022/05/09
- 10/11: commencement: Remove %bootstrap-mes-rewired., guix-commits, 2022/05/09
- 07/11: commencement: tcc-boot0: Use NYACC-1.00.2., guix-commits, 2022/05/09
- 11/11: doc: Add the "Full Source Bootstrap"., guix-commits, 2022/05/09
- 01/11: gnu: mescc-tools: Update to 1.4.0.,
guix-commits <=
- 03/11: gnu: mes: Update to 0.24., guix-commits, 2022/05/09
- 05/11: commencement: Add stage0-posix., guix-commits, 2022/05/09
- 09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes., guix-commits, 2022/05/09
- 08/11: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2022/05/09