[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/63: gnu: mes: Update to 0.21.
From: |
guix-commits |
Subject: |
01/63: gnu: mes: Update to 0.21. |
Date: |
Sun, 24 Nov 2019 05:43:48 -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 a48c340), guix-commits, 2019/11/24
- 01/63: gnu: mes: Update to 0.21.,
guix-commits <=
- 02/63: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/11/24
- 03/63: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/11/24
- 04/63: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/11/24
- 05/63: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/11/24
- 06/63: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/11/24
- 07/63: gnu: Add ncompress., guix-commits, 2019/11/24
- 08/63: gnu: Add gash-core-utils., guix-commits, 2019/11/24
- 09/63: bootstrap: Add gash-boot., guix-commits, 2019/11/24
- 10/63: bootstrap: Add gash-core-utils-boot., guix-commits, 2019/11/24
- 11/63: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-tarball., guix-commits, 2019/11/24