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 @@ (define-public python2-pep8-1.5.7
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue