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:
parent
57be09b207
commit
358dda42e7
1 changed files with 2 additions and 2 deletions
|
@ -7582,13 +7582,13 @@ complexity of Python source code.")
|
||||||
(define-public python-flake8
|
(define-public python-flake8
|
||||||
(package
|
(package
|
||||||
(name "python-flake8")
|
(name "python-flake8")
|
||||||
(version "3.7.9")
|
(version "3.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flake8" version))
|
(uri (pypi-uri "flake8" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yscj6avirm6m12bjh4fn2lfgxaamqsjh9pirdqfi0fcgq8ils25"))))
|
"02527892hh0qjivxaiphzalj7q32qkna1cqaikjs7c03mk5ryjzh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue