* [bug#47445] [PATCH] gnu: nyacc: Update to 1.03.6.
@ 2021-03-28 8:58 Xinglu Chen
2021-03-29 19:20 ` bug#47445: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-03-28 8:58 UTC (permalink / raw)
To: 47445
* gnu/packages/mes.scm (nyacc): Update to 1.03.6.
---
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 b4b7bcb6b5..750ec2e67a 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 © 2021 Xinglu Chen <public@yoctocell.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -98,14 +99,14 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(define-public nyacc
(package
(inherit nyacc-0.99)
- (version "1.03.0")
+ (version "1.03.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/nyacc/nyacc-"
version ".tar.gz"))
(sha256
(base32
- "1vdiqpm3p0ndmpmkzcpkpjvgklfsk4wxrhkixdxbczpafdfl635p"))
+ "1s7kli288l4pizjaarx8m6jg7g0mgfy8rpbs9lpzg8la7wr5rvp4"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: 510e24f973a918391d8122fd6ad515c0567bf23e
--
2.31.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47445: [PATCH] gnu: nyacc: Update to 1.03.6.
2021-03-28 8:58 [bug#47445] [PATCH] gnu: nyacc: Update to 1.03.6 Xinglu Chen
@ 2021-03-29 19:20 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2021-03-29 19:20 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 47445-done
Xinglu Chen <public@yoctocell.xyz> writes:
> * gnu/packages/mes.scm (nyacc): Update to 1.03.6.
> ---
> gnu/packages/mes.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Thanks, I've pushed this to master as
ce29fa76f4d96a530ccc4c3ce5f0085c491f964c.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-29 19:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 8:58 [bug#47445] [PATCH] gnu: nyacc: Update to 1.03.6 Xinglu Chen
2021-03-29 19:20 ` bug#47445: " Christopher Baines
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).