[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nyacc: Update to 1.04.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nyacc: Update to 1.04.0. |
Date: |
Sat, 29 May 2021 01:23:45 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6490764 gnu: nyacc: Update to 1.04.0.
6490764 is described below
commit 64907645ec86be4a12db66c98343a9e1ea6f781d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 29 07:22:30 2021 +0200
gnu: nyacc: Update to 1.04.0.
* gnu/packages/mes.scm (nyacc): Update to 1.04.0.
---
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 750ec2e..2defb45 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2017, 2018, 2019, 2020, 2021 Jan (janneke) Nieuwenhuizen
<janneke@gnu.org>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;;
;;; This file is part of GNU Guix.
@@ -99,14 +100,14 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(define-public nyacc
(package
(inherit nyacc-0.99)
- (version "1.03.6")
+ (version "1.04.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/nyacc-"
version ".tar.gz"))
(sha256
(base32
- "1s7kli288l4pizjaarx8m6jg7g0mgfy8rpbs9lpzg8la7wr5rvp4"))
+ "0m3mcdaslvvr2iav8ga146hzsja2hdj4656pszljb4q2q7h25ip5"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nyacc: Update to 1.04.0.,
guix-commits <=