python: isort: 4.3.16 -> 4.3.17
This commit is contained in:
parent
84849eb60e
commit
1e9cc06eed
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ let
|
|||
testOpts = lib.concatMapStringsSep " " (t: "--deselect test_isort.py::${t}") skipTests;
|
||||
in buildPythonPackage rec {
|
||||
pname = "isort";
|
||||
version = "4.3.16"; # Note 4.x is the last version that supports Python2
|
||||
version = "4.3.17"; # Note 4.x is the last version that supports Python2
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v6lapqhc33rxr9698lqjyb49fis27i42p3ymngrw95py3qf7y08";
|
||||
sha256 = "268067462aed7eb2a1e237fcb287852f22077de3fb07964e87e00f829eea2d1a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optionals isPy27 [ futures backports_functools_lru_cache ];
|
||||
|
|
Loading…
Reference in a new issue