[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/54: gnu: mes: Update to 0.21 WIP
From: |
guix-commits |
Subject: |
07/54: gnu: mes: Update to 0.21 WIP |
Date: |
Fri, 22 Nov 2019 18:17:42 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 57ee03d4e5e9fa560fda04d84c959dc92e60025e
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Sep 18 21:21:55 2019 +0200
gnu: mes: Update to 0.21 WIP
* gnu/packages/mes.scm (mes): Update to 0.21.
---
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 1a55342..56c8b44 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -140,14 +140,14 @@ Guile.")
(define-public mes
(package
(inherit mes-0.19)
- (version "0.20")
+ (version "0.20-45-ga70ca477a")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "04pajp8v31na34ls4730ig5f6miiplhdvkmsb9ls1b8bbmw2vb4n"))))
+ "1cmikcnxnjvbk11dhfvyisgfa8lvrwi51i46pbk84x135dp6hvja"))))
(propagated-inputs
`(("mescc-tools" ,mescc-tools)
("nyacc" ,nyacc)))))
- branch wip-bootstrap created (now d3fc856), guix-commits, 2019/11/22
- 01/54: gnu: Add ncompress., guix-commits, 2019/11/22
- 05/54: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-tarball., guix-commits, 2019/11/22
- 02/54: gnu: Add gash-core-utils., guix-commits, 2019/11/22
- 07/54: gnu: mes: Update to 0.21 WIP,
guix-commits <=
- 04/54: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/22
- 03/54: bootstrap: Add gash-boot., guix-commits, 2019/11/22
- 10/54: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1., guix-commits, 2019/11/22
- 09/54: bootstrap: mes-minimal: Update for mes-0.20., guix-commits, 2019/11/22
- 08/54: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/22
- 06/54: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/22
- 12/54: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/22
- 13/54: bootstrap-gash-rewire? WIP, guix-commits, 2019/11/22
- 15/54: bootstrap: tcc-boot0: Scheme-only bootstrap. WIP, guix-commits, 2019/11/22
- 14/54: bootstrap: mes-boot: Scheme-only bootstrap. WIP, guix-commits, 2019/11/22