1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: python-flake8: Update to 3.8.3.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
This commit is contained in:
Ricardo Wurmus
2020-06-23 16:44:19 +02:00
parent 57be09b207
commit 358dda42e7

View File

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