3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-flake8: Update to 3.8.4.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 02:53:13 +02:00
parent f68cbccf5d
commit f6a087a68f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8037,13 +8037,13 @@ complexity of Python source code.")
(define-public python-flake8
(package
(name "python-flake8")
(version "3.8.3")
(version "3.8.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
(sha256
(base32
"02527892hh0qjivxaiphzalj7q32qkna1cqaikjs7c03mk5ryjzh"))))
"0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma"))))
(build-system python-build-system)
(arguments
`(#:phases