summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-05-15 11:11:35 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-05-15 23:17:33 +0300
commit3a838e70c51a13c475505d210535388bdbd7fb36 (patch)
tree9a2421138f6dddec67641d910696d089644cf0e4
parenta77b2b43aac0035ee32d375843038bd7f4cf098e (diff)
downloadguix-patches-3a838e70c51a13c475505d210535388bdbd7fb36.tar
guix-patches-3a838e70c51a13c475505d210535388bdbd7fb36.tar.gz
gnu: re2c: Update to 2.1.1.
* gnu/packages/re2c.scm (re2c): Update to 2.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/re2c.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm
index 3b329617c7..e13d15e97a 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -26,7 +26,7 @@
(define-public re2c
(package
(name "re2c")
- (version "2.0.3")
+ (version "2.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/skvadrik/" name
@@ -34,7 +34,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "0y22fiyv2pqmq8asb2p5hzcf7ibjdrz7nl16rlpzy8damaw1xg5j"))))
+ "1y0iwxpkdmw5fcqacs209ix49aasfy88hqmx3qa26m7xz9jf4vh3"))))
(build-system gnu-build-system)
(home-page "https://re2c.org/")
(synopsis "Lexer generator for C/C++")