mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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>
This commit is contained in:
parent
a77b2b43aa
commit
3a838e70c5
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ (define-module (gnu packages re2c)
|
|||
(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 @@ (define-public re2c
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y22fiyv2pqmq8asb2p5hzcf7ibjdrz7nl16rlpzy8damaw1xg5j"))))
|
||||
"1y0iwxpkdmw5fcqacs209ix49aasfy88hqmx3qa26m7xz9jf4vh3"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://re2c.org/")
|
||||
(synopsis "Lexer generator for C/C++")
|
||||
|
|
Loading…
Reference in a new issue