gnu: Remove python-flake8-3.8.

* gnu/packages/python-xyz.scm (python-flake8-3.8): Delete variable.
This commit is contained in:
Efraim Flashner 2023-09-08 09:59:57 +03:00
parent 17b8f3d259
commit 7646ea8270
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12592,20 +12592,6 @@ (define-public python-flake8
"Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe.") "Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe.")
(license license:expat))) (license license:expat)))
(define-public python-flake8-3.8
(package
(inherit python-flake8)
(version "3.8.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
(sha256
(base32
"0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma"))))
(propagated-inputs
(list python-pycodestyle-2.6 python-entrypoints python-pyflakes-2.2
python-mccabe))))
(define-public python-flake8-blind-except (define-public python-flake8-blind-except
(package (package
(name "python-flake8-blind-except") (name "python-flake8-blind-except")