gnu: python-pyflakes: Update to 3.0.1.

* gnu/packages/python-xyz.scm (python-pyflakes): Update to 3.0.1

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Vincent Prat 2023-06-20 10:52:46 +02:00 committed by Sharlatan Hellseher
parent e7c8ca0c59
commit 1697c8e605
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15218,14 +15218,14 @@ use of the Meson build system.")
(define-public python-pyflakes (define-public python-pyflakes
(package (package
(name "python-pyflakes") (name "python-pyflakes")
(version "2.4.0") (version "3.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyflakes" version)) (uri (pypi-uri "pyflakes" version))
(sha256 (sha256
(base32 (base32
"0k5jn8jpxni264wxf6cc3xcd1qckc0pww30bsd77mwzdf8l5ra05")))) "0gxgz0kg008pgmjk1dn8z3g00dfa9pc3f80pm6r1yqjly4zn0q8w"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/PyCQA/pyflakes") (home-page "https://github.com/PyCQA/pyflakes")
(synopsis "Passive checker of Python programs") (synopsis "Passive checker of Python programs")