python3Packages.flake8: 7.2.0 -> 7.3.0
Diff: https://github.com/PyCQA/flake8/compare/refs/tags/7.2.0...refs/tags/7.3.0 Changelog: https://github.com/PyCQA/flake8/blob/7.3.0/docs/source/release-notes/7.3.0.rst
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flake8";
|
pname = "flake8";
|
||||||
version = "7.2.0";
|
version = "7.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyCQA";
|
owner = "PyCQA";
|
||||||
repo = "flake8";
|
repo = "flake8";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-TrzGGbMY4+jvy1RvNi02HziCnknfOef+eUekppgK5ck=";
|
hash = "sha256-dZFIGyjqkd+MRz9NoOEcMuR9ZshFb/h+zO2OJZsQajc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user