[PATCH] gnu: re2c: Update to 2.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Sergei Trofimovich
Owner
unassigned
Submitted by
Sergei Trofimovich
Severity
normal
S
S
Sergei Trofimovich wrote on 24 Nov 2020 18:50
(address . guix-patches@gnu.org)(name . Sergei Trofimovich)(address . slyfox@gentoo.org)
20201124175040.589684-1-slyfox@gentoo.org
* gnu/packages/re2c.scm (re2c): Update to 2.0.3.

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

Toggle diff (24 lines)
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
N
N
Nicolas Goaziou wrote on 24 Nov 2020 22:13
(name . Sergei Trofimovich)(address . slyfox@gentoo.org)(address . 44846-done@debbugs.gnu.org)
87wnyao3v0.fsf@nicolasgoaziou.fr
Hello,

Sergei Trofimovich <slyfox@gentoo.org> writes:

Toggle quote (2 lines)
> * gnu/packages/re2c.scm (re2c): Update to 2.0.3.

Applied. Thank you.

Toggle quote (2 lines)
> Signed-off-by: Sergei Trofimovich <slyfox@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
Closed
?