1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: re2c: Update to 2.0.3.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Sergei Trofimovich
2020-11-24 17:50:40 +00:00
committed by Nicolas Goaziou
parent 1f9bf4e893
commit 586f1a3573

View File

@@ -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++")