all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 60483@debbugs.gnu.org
Subject: [bug#60483] [PATCH] gnu: nyacc: Update to 1.08.1
Date: Sun, 1 Jan 2023 18:38:08 -0800	[thread overview]
Message-ID: <CAJsg1E96jUf-tg7f5UBGURHsYcjQcv2KydMA=g4DE21UyGzVuw@mail.gmail.com> (raw)

[-- 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


                 reply	other threads:[~2023-01-02  2:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJsg1E96jUf-tg7f5UBGURHsYcjQcv2KydMA=g4DE21UyGzVuw@mail.gmail.com' \
    --to=atai@atai.org \
    --cc=60483@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.