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.05.1.


From: guix-commits
Subject: 01/02: gnu: nyacc: Update to 1.05.1.
Date: Thu, 25 Nov 2021 00:26:34 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 29b594fa16254e4d228a2ca0ef6463a805d4c036
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu Nov 25 10:15:57 2021 +0530

    gnu: nyacc: Update to 1.05.1.
    
    * gnu/packages/mes.scm (nyacc): Update to 1.05.1.
---
 gnu/packages/mes.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index c66751b..1d1dd18 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
+;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -100,14 +101,14 @@ extensive examples, including parsers for the Javascript 
and C99 languages.")
 (define-public nyacc
   (package
     (inherit nyacc-0.99)
-    (version "1.04.0")
+    (version "1.05.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/nyacc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0m3mcdaslvvr2iav8ga146hzsja2hdj4656pszljb4q2q7h25ip5"))
+                "1ck3gyzln5dhamp317nv3waych12mczj05dm4wdblij6ab0l4863"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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