me
/
guix
Archived
1
0
Fork 0

gnu: python-flake8: Update to 3.8.3.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
master
Ricardo Wurmus 2020-06-23 16:44:19 +02:00
parent 57be09b207
commit 358dda42e7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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