Merge pull request #38197 from r-ryantm/auto-update/mypy

mypy: 0.570 -> 0.580
This commit is contained in:
Daiderd Jordan 2018-04-04 18:54:37 +02:00 committed by GitHub
commit 15f31cafb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
buildPythonApplication rec {
pname = "mypy";
version = "0.570";
version = "0.580";
# Tests not included in pip package.
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "09cz0h4d6xcdqlchw080nkjlwki3mgjrlvfnj5hxxwi3cgv9imw3";
sha256 = "1ng3j3nmsklrg8middvc9ycvv87hx5dxh4b96s9pc3w1d49mmn9v";
};
propagatedBuildInputs = [ lxml typed-ast psutil ];