[PATCH] gnu: nyacc: Update to 1.08.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E96jUf-tg7f5UBGURHsYcjQcv2KydMA=g4DE21UyGzVuw@mail.gmail.com

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(-)

Toggle diff (31 lines)
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
Andy Tai wrote 2 years ago
(address . control@debbugs.gnu.org)
CAJsg1E8ApOVMAGDwE1vLTk1nkqb7+559WXx9AjevKJOnVY8eMw@mail.gmail.com
close 60483
Attachment: file
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60483@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60483
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help