gnu: flex: Update to 2.6.4.

* gnu/packages/flex.scm (flex): Update to 2.6.4.
master
Leo Famulari 2017-05-15 16:50:32 -04:00
parent 662a7ac3c6
commit 93fabf5996
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -32,16 +32,16 @@
(define-public flex
(package
(name "flex")
(version "2.6.3")
(version "2.6.4")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/westes/flex"
"/releases/download/v" version "/"
"flex-" version ".tar.gz"))
"flex-" version ".tar.lz"))
(sha256
(base32
"1an2cn2z85mkpgqcinh1fhhcd7993qm2lil1yxic8iz76ci79ck8"))))
"19sc63m09zamy2qlw5x3sg6wb6hrw96gfl0h87vh6flvsqjg9m3g"))))
(build-system gnu-build-system)
(inputs
(let ((bison-for-tests