python: mypy: 0.570 -> 0.580

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:20:07 +02:00
parent 869854dd09
commit 24a0cfd2ba

View File

@ -9,7 +9,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "1ng3j3nmsklrg8middvc9ycvv87hx5dxh4b96s9pc3w1d49mmn9v";
sha256 = "3bd95a1369810f7693366911d85be9f0a0bd994f6cb7162b7a994e5ded90e3d9";
};
propagatedBuildInputs = [ lxml typed-ast psutil ];