python3Packages.isort: 5.12.0 -> 5.13.2

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:27 +01:00
parent 20e2ccf920
commit 470cd07bfa
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "isort";
version = "5.12.0";
version = "5.13.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "PyCQA";
repo = "isort";
rev = "refs/tags/${version}";
hash = "sha256-8ija4xWWZuYkElXLdziV7ulN8dubIsChcZQ5dx9hfO0=";
hash = "sha256-/1iKYmtNRw9u59zzJDwV7b9+EPxFJDHvhjTioGt5LLU=";
};
nativeBuildInputs = [