me
/
guix
Archived
1
0
Fork 0

gnu: python-flake8: Update to 3.9.2.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2.
master
Liliana Marie Prikler 2022-06-05 23:54:01 +02:00
parent ff8c7be8d1
commit 52cb6e6310
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -10193,13 +10193,13 @@ cyclomatic complexity of Python source code.")
(define-public python-flake8 (define-public python-flake8
(package (package
(name "python-flake8") (name "python-flake8")
(version "3.9.1") (version "3.9.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flake8" version)) (uri (pypi-uri "flake8" version))
(sha256 (sha256
(base32 (base32
"0y732h02n2aih8gzyfj4bbhg4jgahyv84mjwfindk2g6w45rka0s")))) "0sspgh2ph7bb5fmf49mrdhi7n5m421kfkxk1n0vn4akgg20q6lh7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases