python37Packages.mypy: 0.670 -> 0.700

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 2019-04-15 04:36:45 -07:00
parent 993e2b4ec2
commit 1b81f3f947

View File

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "mypy";
version = "0.670";
version = "0.700";
# Tests not included in pip package.
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d";
sha256 = "1zxfi5s9hxrz0hbaj4n513az17l44pxl80r62ipjc0bsmbcic2xi";
};
disabled = !isPy3k;