mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: re2c: Update to 1.1.1.
* gnu/packages/re2c.scm (re2c): Update to 1.1.1.
This commit is contained in:
parent
538b71a967
commit
6c6c03fa00
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2017 Sergei Trofimovich <slyfox@inbox.ru>
|
;;; Copyright © 2017 Sergei Trofimovich <slyfox@inbox.ru>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -25,7 +26,7 @@ (define-module (gnu packages re2c)
|
||||||
(define-public re2c
|
(define-public re2c
|
||||||
(package
|
(package
|
||||||
(name "re2c")
|
(name "re2c")
|
||||||
(version "1.0.3")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/skvadrik/" name
|
(uri (string-append "https://github.com/skvadrik/" name
|
||||||
|
@ -33,7 +34,7 @@ (define-public re2c
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lnbj15hhgi3r40ipskmg178m18d8n5nph78sci6lprk7zgf0mng"))))
|
"1ksifjn18v6nra935dpqllmvkqgcdsggfjgmj77282x0gqrrfrc5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://re2c.org/")
|
(home-page "http://re2c.org/")
|
||||||
(synopsis "Lexer generator for C/C++")
|
(synopsis "Lexer generator for C/C++")
|
||||||
|
|
Loading…
Reference in a new issue