Merge pull request #52183 from r-ryantm/auto-update/python3.7-mypy

python37Packages.mypy: 0.641 -> 0.650
This commit is contained in:
Daiderd Jordan 2018-12-16 13:36:44 +01:00 committed by GitHub
commit 087ca2ee98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "mypy";
version = "0.641";
version = "0.650";
# Tests not included in pip package.
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "0ma4l7px96zzb8x89dk9mkrrdzdhdqckvfsbld4fj9n25k1iw1wf";
sha256 = "1ypa7zl14rjd2pnk5zll6yhfz6jfrrdib3dgq3f1f6586pwbbm9q";
};
disabled = !isPy3k;