GNU bug report logs - #44846
[PATCH] gnu: re2c: Update to 2.0.3.

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> gentoo.org>

Date: Tue, 24 Nov 2020 17:52:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44846: closed ([PATCH] gnu: re2c: Update to 2.0.3.)
Date: Tue, 24 Nov 2020 21:14:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 24 Nov 2020 22:13:23 +0100
with message-id <87wnyao3v0.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#44846] [PATCH] gnu: re2c: Update to 2.0.3.
has caused the debbugs.gnu.org bug report #44846,
regarding [PATCH] gnu: re2c: Update to 2.0.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
44846: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44846
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sergei Trofimovich <slyfox <at> gentoo.org>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyfox <at> gentoo.org>
Subject: [PATCH] gnu: re2c: Update to 2.0.3.
Date: Tue, 24 Nov 2020 17:50:40 +0000
* gnu/packages/re2c.scm (re2c): Update to 2.0.3.

Signed-off-by: Sergei Trofimovich <slyfox <at> gentoo.org>
---
 gnu/packages/re2c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm
index 427195fd5f..759a1596ab 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -26,7 +26,7 @@
 (define-public re2c
   (package
     (name "re2c")
-    (version "1.2.1")
+    (version "2.0.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/skvadrik/" name
@@ -34,7 +34,7 @@
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "05xq0571mkgr20v827jm63nhsirr8arghg4fszzswrmrnl3dfk0s"))))
+               "0y22fiyv2pqmq8asb2p5hzcf7ibjdrz7nl16rlpzy8damaw1xg5j"))))
     (build-system gnu-build-system)
     (home-page "https://re2c.org/")
     (synopsis "Lexer generator for C/C++")
-- 
2.29.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Sergei Trofimovich <slyfox <at> gentoo.org>
Cc: 44846-done <at> debbugs.gnu.org
Subject: Re: [bug#44846] [PATCH] gnu: re2c: Update to 2.0.3.
Date: Tue, 24 Nov 2020 22:13:23 +0100
Hello,

Sergei Trofimovich <slyfox <at> gentoo.org> writes:

> * gnu/packages/re2c.scm (re2c): Update to 2.0.3.

Applied. Thank you.

> Signed-off-by: Sergei Trofimovich <slyfox <at> gentoo.org>

Note that in Guix, you don't sign your own commits. The commiter does,
however.

I also updated your copyright line in the re2c.scm file.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.