[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/70: gnu: mes: Update to 0.21.
From: |
guix-commits |
Subject: |
01/70: gnu: mes: Update to 0.21. |
Date: |
Wed, 11 Dec 2019 13:03:17 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 076b108f2e73e867293431bad7b777e3ea165d80
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Sep 18 21:21:55 2019 +0200
gnu: mes: Update to 0.21.
* 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..59710c4 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.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "04pajp8v31na34ls4730ig5f6miiplhdvkmsb9ls1b8bbmw2vb4n"))))
+ "104qxngxyl7pql8vqrnli3wfyx0ayfaqg8gjfhmk4qzrafs46slm"))))
(propagated-inputs
`(("mescc-tools" ,mescc-tools)
("nyacc" ,nyacc)))))
- branch wip-bootstrap created (now 2f7b115), guix-commits, 2019/12/11
- 01/70: gnu: mes: Update to 0.21.,
guix-commits <=
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/11
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/12/11
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/11
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/11
- 02/70: gnu: Add gash-core-utils., guix-commits, 2019/12/11
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/11
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/11
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/11
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/11
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/11