python3Packages.isort: 5.9.3 -> 5.10.1

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:27 -08:00 committed by Martin Weinelt
parent 0ee7fff71c
commit d1577f11f6

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "isort";
version = "5.9.3";
version = "5.10.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "PyCQA";
repo = "isort";
rev = version;
sha256 = "sha256-JbRZ/3Xz35tGoCNnQesR08Sjoz3yimxZyxhhOXGvmXw=";
sha256 = "09spgl2k9xrprr5gbpfc91a8p7mx7a0c64ydgc91b3jhrmnd9jg1";
};
nativeBuildInputs = [