[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mes: Update to 0.24.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mes: Update to 0.24.1. |
Date: |
Sun, 16 Oct 2022 04:31:29 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 67a2049202 gnu: mes: Update to 0.24.1.
67a2049202 is described below
commit 67a204920285adaf5603da1bc5cc13726cbef191
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 15 11:08:05 2022 +0200
gnu: mes: Update to 0.24.1.
* gnu/packages/mes.scm (mes): Update to 0.24.1.
---
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 72cdb503d7..d4e0e1203f 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -167,14 +167,14 @@ parsers to allow execution with Guile as extension
languages.")))
(define-public mes
(package
(name "mes")
- (version "0.24")
+ (version "0.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "00lrpm4x5qg0l840zhbf9mr67mqhp8gljcl24j5dy0y109gf32w2"))))
+ "0d855agwawjjzwbjmvb5xlbwg77zdpwbjm9kjxc2wqvn0vmhq4im"))))
(supported-systems '("armhf-linux" "i686-linux" "x86_64-linux"))
(propagated-inputs (list mescc-tools nyacc-1.00.2))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mes: Update to 0.24.1.,
guix-commits <=