gnu: python-flake8: Update to 3.9.1.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
This commit is contained in:
Marius Bakke 2021-05-06 15:50:52 +02:00
parent 9e22ab252f
commit 10213079f4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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