guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: nyacc: Update to 1.07.0.


From: guix-commits
Subject: 03/05: gnu: nyacc: Update to 1.07.0.
Date: Tue, 7 Jun 2022 12:30:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c8c9403ae4f9a38d2754d3363797bf216e363fb
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Wed Jun 1 15:37:04 2022 -0700

    gnu: nyacc: Update to 1.07.0.
    
    * gnu/packages/mes.scm (nyacc): Update to 1.07.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 17a58fbf61..2823297e3f 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -98,14 +98,14 @@ extensive examples, including parsers for the Javascript 
and C99 languages.")
 (define-public nyacc
   (package
     (inherit nyacc-0.99)
-    (version "1.06.5")
+    (version "1.07.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/nyacc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1fbzz9bm4mkz4j40l2z02zjlbqj82dmv2ayz83zl3j8gj6z3lpdg"))
+                "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "configure"



reply via email to

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