guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mes: Update to 0.26.


From: guix-commits
Subject: branch master updated: gnu: mes: Update to 0.26.
Date: Sun, 03 Dec 2023 07:42:09 -0500

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 2c9ac9ab20 gnu: mes: Update to 0.26.
2c9ac9ab20 is described below

commit 2c9ac9ab20c76abe570ff83f8746fa089fea3047
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Dec 2 11:28:16 2023 +0100

    gnu: mes: Update to 0.26.
    
    * gnu/packages/mes.scm (mes): Update to 0.26.
    
    Change-Id: I0c88da0de34014aa10d317db1e997cb015e23d28
---
 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 8ac13da3f8..df7fbb409b 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -154,14 +154,14 @@ parsers to allow execution with Guile as extension 
languages.")))
 (define-public mes
   (package
     (name "mes")
-    (version "0.25.1")
+    (version "0.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/mes/"
                                   "mes-" version ".tar.gz"))
               (sha256
                (base32
-                "03np6h4qx94givjdvq2rmhvab38y5f91254n0avg4vq2j0cx78in"))))
+                "1m45wcrpp3syzdniqx12nyr6v8f9hsg516pwl1k9894nb2ni08hg"))))
     (supported-systems '("armhf-linux" "i686-linux"
                          "x86_64-linux" "riscv64-linux"))
     (propagated-inputs (list mescc-tools nyacc-1.00.2))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]