python37Packages.mypy: 0.641 -> 0.650

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mypy/versions
This commit is contained in:
R. RyanTM 2018-12-15 00:00:38 -08:00
parent e0950ae9ad
commit 49b967c7dd

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;