guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 347cee590714965fdf261a0d9d3ec099c5389cd8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 30 08:07:34 2026 +0100
gnu: python-flake8: Update to 7.3.0.
* gnu/packages/python-xyz.scm (python-flake8): Update to 7.3.0.
[native-inputs]: Remove python-wheel.
Change-Id: Ibb44b6ce0465118e3d9cdbde464c7b44af9b0935
---
gnu/packages/python-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e23afe955..fba3661b6b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17377,21 +17377,20 @@ complexity of Python source code.")
(define-public python-flake8
(package
(name "python-flake8")
- (version "7.1.1")
+ (version "7.3.0")
(source
(origin
- (method git-fetch) ; no tests data in PyPi package
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/pycqa/flake8")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0qbj2m1ljyvpnncnkbm1cscy726c1if4n2c9ysfpmd2zm88rj87a"))))
+ (base32 "0dva22djb3pdrizghvs5r1k7vr1j3khs0k9z8y6dz4ga50dli4bm"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-mccabe
python-pycodestyle