python3Packages.isort: 6.0.1 -> 7.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:21 +01:00
parent 02ac24b9fe
commit 56c0579865
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "isort";
version = "6.0.1";
version = "7.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PyCQA";
repo = "isort";
tag = version;
hash = "sha256-+O6bIbIpEMRUhzGUOQtBlHB//DaXaaOTjqMBTFvYnLk=";
hash = "sha256-GN76dLk+Ju+Do/BymIuHD/9KAjYZ3sKvfz2cvNEnF5U=";
};
build-system = [