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

mypy: 0.590 -> 0.600
This commit is contained in:
Jörg Thalheim 2018-05-07 14:04:43 +01:00 committed by GitHub
commit 771f99e1b9
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.590";
version = "0.600";
# Tests not included in pip package.
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "0ynyrrj0wjyw130ay9x1ca88lbhbblp06bfsjrpzbcvp4grgxgq4";
sha256 = "1pd3kkz435wlvi9fwqbi3xag5zs59jcjqi6c9gzdjdn23friq9dw";
};
propagatedBuildInputs = [ lxml typed-ast psutil ];