gnu: python-flake8: Update to 3.9.0.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.0.
This commit is contained in:
Efraim Flashner 2021-03-29 16:58:13 +03:00
parent 91741db539
commit 9095fccd0e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8611,13 +8611,13 @@ (define-public python2-mccabe
(define-public python-flake8
(package
(name "python-flake8")
(version "3.8.4")
(version "3.9.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
(sha256
(base32
"0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma"))))
"1w65iyjnrwipv4dbcqxh725ri7mdx01d6pjyggd97c0j5cvkx1vq"))))
(build-system python-build-system)
(arguments
`(#:phases