* gnu/packages/flex.scm (flex-2.6.1): New variable. --- gnu/packages/flex.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm index 20aff19..7b59085 100644 --- a/gnu/packages/flex.scm +++ b/gnu/packages/flex.scm @@ -78,3 +78,17 @@ regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.") (license (non-copyleft "file://COPYING" "See COPYING in the distribution.")))) + +(define-public flex-2.6.1 + (package + (inherit flex) + (version "2.6.1") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/westes/flex" + "/releases/download/v" version "/" + "flex-" version ".tar.gz")) + (sha256 + (base32 + "0fy14c35yz2m1n1m4f02by3501fn0cca37zn7jp8lpp4b3kgjhrw")))))) -- 2.9.0