[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: m2-planet: Update to 1.9.0.
From: |
guix-commits |
Subject: |
02/11: gnu: m2-planet: Update to 1.9.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 9e192f227655a1333175aba224789d45b6badf42
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 1 14:01:03 2022 +0200
gnu: m2-planet: Update to 1.9.0.
* gnu/packages/mes.scm (m2-planet): Update to 1.9.0.
---
gnu/packages/mes.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index a80d89dd5d..0affdf5d43 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -252,7 +252,7 @@ get_machine.")
(define-public m2-planet
(package
(name "m2-planet")
- (version "1.8.0")
+ (version "1.9.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -262,7 +262,7 @@ get_machine.")
(file-name (git-file-name name version))
(sha256
(base32
- "0525fhijrjljgaabmgsjy8yk2pmh5zf8lwa44wpvkjc18knl7nza"))))
+ "0cgvvq91cbxxm93k8ayyvhpaf3c2lv10qw4wyqwn3hc1qb1cfyvr"))))
(native-inputs (list mescc-tools))
(build-system gnu-build-system)
(arguments
- 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 <=
- 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, 2022/05/09
- 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