guix-commits
[Top][All Lists]
Advanced

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

11/35: mes: 0.21


From: guix-commits
Subject: 11/35: mes: 0.21
Date: Wed, 20 Nov 2019 15:16:06 -0500 (EST)

janneke pushed a commit to branch wip-boot
in repository guix.

commit c76542d96934b2dfbe1b241ae2a2ff62d567db2a
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Wed Nov 20 08:21:22 2019 +0100

    mes: 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 0e59dae..cf57d45 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -93,14 +93,14 @@ extensive examples, including parsers for the Javascript 
and C99 languages.")
 (define-public mes
   (package
     (name "mes")
-    (version "0.20-52-g16ee8eb64")
+    (version "0.20-45-ga70ca477a")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/mes/"
                                   "mes-" version ".tar.gz"))
               (sha256
                (base32
-                "0kqms7indxxpycjhrz7zb457nlz8z5d4ryin6bz27vl1cy5inhi2"))))
+                "1cmikcnxnjvbk11dhfvyisgfa8lvrwi51i46pbk84x135dp6hvja"))))
     (build-system gnu-build-system)
     (supported-systems '("i686-linux" "x86_64-linux"))
     (propagated-inputs



reply via email to

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