unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60483] [PATCH] gnu: nyacc: Update to 1.08.1
@ 2023-01-02  2:38 Andy Tai
  0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2023-01-02  2:38 UTC (permalink / raw)
  To: 60483

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-nyacc-Update-to-1.08.1.patch --]
[-- Type: text/x-patch, Size: 1420 bytes --]

From 270b5ffca0b66bcef6efd7cccbd3936dcf46a5ae Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Sun, 1 Jan 2023 18:34:37 -0800
Subject: [PATCH] gnu: nyacc: Update to 1.08.1

gnu/packages/mes.scm (nyacc): Update to 1.08.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 4487b1b6eb..a126464d01 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2022 Andy Tai <atai@atai.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -98,14 +99,14 @@ (define-public nyacc-0.99
 (define-public nyacc
   (package
     (inherit nyacc-0.99)
-    (version "1.07.4")
+    (version "1.08.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/nyacc/nyacc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1kr3b88sx0g9zy52algxqpvnkjm76qdyld7pasbbajkph2zhcj92"))
+                "1vrz3pnlr3njwk6ksz85slcwawi8ngiqbw94wd9x3mgv85vsfmys"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "configure"
-- 
2.38.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-02  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02  2:38 [bug#60483] [PATCH] gnu: nyacc: Update to 1.08.1 Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).