python3Packages.isort: 7.0.0 -> 8.0.1

This commit is contained in:
Cameron Brown
2026-05-09 14:17:35 -04:00
parent 3ac379d798
commit cf414a6ba8

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "isort";
version = "7.0.0";
version = "8.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "PyCQA";
repo = "isort";
tag = version;
hash = "sha256-GN76dLk+Ju+Do/BymIuHD/9KAjYZ3sKvfz2cvNEnF5U=";
hash = "sha256-adEAWbRY+bCji4TfnS8W5p5KvuSjmLQrqhi+n8mSQPA=";
};
build-system = [