diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-01 22:08:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-01 23:02:40 +0200 |
commit | 6c6c03fa00db33703002fa8845716f50f649d201 (patch) | |
tree | 9894b3b1c2d4689f9b5ab4d7bc5476fdf2074577 /gnu/packages/re2c.scm | |
parent | 538b71a967ed056e39318839f5c36ff201bd9320 (diff) | |
download | patches-6c6c03fa00db33703002fa8845716f50f649d201.tar patches-6c6c03fa00db33703002fa8845716f50f649d201.tar.gz |
gnu: re2c: Update to 1.1.1.
* gnu/packages/re2c.scm (re2c): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/re2c.scm')
-rw-r--r-- | gnu/packages/re2c.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm index 2a35aa0cdb..e9668cba26 100644 --- a/gnu/packages/re2c.scm +++ b/gnu/packages/re2c.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Sergei Trofimovich <slyfox@inbox.ru> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -25,7 +26,7 @@ (define-public re2c (package (name "re2c") - (version "1.0.3") + (version "1.1.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/skvadrik/" name @@ -33,7 +34,7 @@ name "-" version ".tar.gz")) (sha256 (base32 - "0lnbj15hhgi3r40ipskmg178m18d8n5nph78sci6lprk7zgf0mng")))) + "1ksifjn18v6nra935dpqllmvkqgcdsggfjgmj77282x0gqrrfrc5")))) (build-system gnu-build-system) (home-page "http://re2c.org/") (synopsis "Lexer generator for C/C++") |