gnu: Remove flex@2.6.1.

* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
This commit is contained in:
Marius Bakke 2020-03-21 20:15:48 +01:00
parent a67c4ff369
commit ee38d87c58
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -74,16 +74,3 @@ (define-public flex
executes the corresponding C code.") executes the corresponding C code.")
(license (non-copyleft "file://COPYING" (license (non-copyleft "file://COPYING"
"See COPYING in the distribution.")))) "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.xz"))
(sha256
(base32
"0gqhk4vkwy4gl9xbpgkljph8c0a5kpijz6wd0p5r9q202qn42yic"))))))