gnu: Remove python2-quex.

* gnu/packages/python-xyz.scm (python2-quex): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:45:35 -04:00
parent 1e6e65fc32
commit f94f66b174
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22923,19 +22923,6 @@ (define-public python2-pyinotify
(package-with-python2 python-pyinotify))
(define-public python2-quex
(package (inherit python2-quex-0.67.3)
(name "python2-quex")
(version "0.68.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/quex/DOWNLOAD/quex-" version ".tar.gz"))
(sha256
(base32
"0svc9nla3b9145d6b7fb9dizx412l3difzqw0ilh9lz52nsixw8j"))
(file-name (string-append name "-" version ".tar.gz"))))))
(define-public python-more-itertools
(package
(name "python-more-itertools")