3
0
Fork 0
forked from mirrors/nixpkgs

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

python37Packages.mypy: 0.670 -> 0.700
This commit is contained in:
Daiderd Jordan 2019-05-02 18:59:59 +02:00 committed by GitHub
commit 76fad45110
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.670";
version = "0.700";
# Tests not included in pip package.
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d";
sha256 = "1zxfi5s9hxrz0hbaj4n513az17l44pxl80r62ipjc0bsmbcic2xi";
};
disabled = !isPy3k;