[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: nyacc: Update to 1.07.4.
From: |
guix-commits |
Subject: |
04/06: gnu: nyacc: Update to 1.07.4. |
Date: |
Thu, 6 Oct 2022 17:20:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2a51fb1d29679343dcae508f2d59e90636a5cd7b
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sun Sep 25 16:30:26 2022 -0700
gnu: nyacc: Update to 1.07.4.
* gnu/packages/mes.scm (nyacc): Update to 1.07.4.
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 2823297e3f..72cdb503d7 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.07.0")
+ (version "1.07.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/nyacc-"
version ".tar.gz"))
(sha256
(base32
- "01qb6h6bk684z8xda5d71q5f5l2z3q9jjz36if3jbpjc7b8dxjap"))
+ "1kr3b88sx0g9zy52algxqpvnkjm76qdyld7pasbbajkph2zhcj92"))
(modules '((guix build utils)))
(snippet
'(substitute* "configure"
- branch master updated (5e63e51afe -> cb731c80ff), guix-commits, 2022/10/06
- 05/06: gnu: squid: Enable TLS features., guix-commits, 2022/10/06
- 01/06: gnu: Add python-textual., guix-commits, 2022/10/06
- 04/06: gnu: nyacc: Update to 1.07.4.,
guix-commits <=
- 03/06: gnu: sssd: Update to 2.7.4., guix-commits, 2022/10/06
- 06/06: gnu: julius: Update to 1.7.0., guix-commits, 2022/10/06
- 02/06: gnu: python-textual: Remove input labels., guix-commits, 2022/10/06