python3Packages.isort: 7.0.0 -> 8.0.1 (#518460)

This commit is contained in:
dotlambda 2026-06-28 05:37:58 +00:00 committed by GitHub
commit 86a2720d85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [