mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: flex: Update to 2.6.3.
* gnu/packages/flex.scm (flex): Update to 2.6.3.
This commit is contained in:
parent
29796b3f94
commit
4407a3535b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ (define-module (gnu packages flex)
|
|||
(define-public flex
|
||||
(package
|
||||
(name "flex")
|
||||
(version "2.6.2")
|
||||
(version "2.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -41,7 +41,7 @@ (define-public flex
|
|||
"flex-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdjghh1qjq3z7snphshcak6p07gch2n4215vjvrkism25x460cs"))))
|
||||
"1an2cn2z85mkpgqcinh1fhhcd7993qm2lil1yxic8iz76ci79ck8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(let ((bison-for-tests
|
||||
|
|
Loading…
Reference in a new issue