mypy: 0.761 -> 0.770

This commit is contained in:
Daiderd Jordan 2020-03-21 13:54:38 +01:00 committed by Frederik Rietdijk
parent 9d46dea6c5
commit e7c3e277b6

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "mypy";
version = "0.761";
version = "0.770";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1gw7h84d21wmi267kmgqs9whz0l7rp62pzja2f31wq7cfj6spfl5";
sha256 = "1bm40nx9g1n4nj1309cijnh0ns4qbhym3agyl537nc4vxw3paqla";
};
propagatedBuildInputs = [ typed-ast psutil mypy-extensions typing-extensions ];