mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Remove flex@2.6.1.
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
This commit is contained in:
parent
a67c4ff369
commit
ee38d87c58
1 changed files with 0 additions and 13 deletions
|
@ -74,16 +74,3 @@ (define-public flex
|
|||
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.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gqhk4vkwy4gl9xbpgkljph8c0a5kpijz6wd0p5r9q202qn42yic"))))))
|
||||
|
|
Loading…
Reference in a new issue