python: isort: 4.3.21 -> 5.4.2

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:05 +02:00
parent 55bb29d4aa
commit f91623b86c

View file

@ -7,11 +7,11 @@ let
testOpts = lib.concatMapStringsSep " " (t: "--deselect test_isort.py::${t}") skipTests;
in buildPythonPackage rec {
pname = "isort";
version = "4.3.21"; # Note 4.x is the last version that supports Python2
version = "5.4.2"; # Note 4.x is the last version that supports Python2
src = fetchPypi {
inherit pname version;
sha256 = "54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1";
sha256 = "d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8";
};
propagatedBuildInputs = [