guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nyacc: Update to 1.06.5.


From: guix-commits
Subject: 01/02: gnu: nyacc: Update to 1.06.5.
Date: Wed, 26 Jan 2022 02:52:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 011db003ce43bf5dca41e5512ba07a42c77cb9ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 25 23:46:53 2022 +0100

    gnu: nyacc: Update to 1.06.5.
    
    * gnu/packages/mes.scm (nyacc): Update to 1.06.5.
    [source]: Simplify snippet.
---
 gnu/packages/mes.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 07e63384ff..87c933d9ea 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -98,22 +98,20 @@ extensive examples, including parsers for the Javascript 
and C99 languages.")
 (define-public nyacc
   (package
     (inherit nyacc-0.99)
-    (version "1.05.1")
+    (version "1.06.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/nyacc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ck3gyzln5dhamp317nv3waych12mczj05dm4wdblij6ab0l4863"))
+                "1fbzz9bm4mkz4j40l2z02zjlbqj82dmv2ayz83zl3j8gj6z3lpdg"))
               (modules '((guix build utils)))
               (snippet
-               '(begin
-                  (substitute* "configure"
-                    (("GUILE_GLOBAL_SITE=\\$prefix.*")
-                     "GUILE_GLOBAL_SITE=\
-$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
-                  #t))))
+               '(substitute* "configure"
+                  (("GUILE_GLOBAL_SITE=\\$prefix.*")
+                   "GUILE_GLOBAL_SITE=\
+$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n")))))
     (inputs (list guile-3.0))
     (description
      "@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile 
modules



reply via email to

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