mypy-lang: 0.4.3 -> 0.4.5

This commit is contained in:
Ricardo M. Correia 2016-10-14 15:21:28 +02:00
parent 521e6b9295
commit 0fd97bc102

View File

@ -2,14 +2,14 @@
python35Packages.buildPythonApplication rec { python35Packages.buildPythonApplication rec {
name = "mypy-lang-${version}"; name = "mypy-lang-${version}";
version = "0.4.3"; version = "0.4.5";
# Tests not included in pip package. # Tests not included in pip package.
doCheck = false; doCheck = false;
src = fetchurl { src = fetchurl {
url = "mirror://pypi/m/mypy-lang/${name}.tar.gz"; url = "mirror://pypi/m/mypy-lang/${name}.tar.gz";
sha256 = "11d8195xg8hksyh2qapbv66jvjgfpjwkc61nwljcfq9si144f2nb"; sha256 = "0x1n6r5in57zv4s75r22smpqxrz7xxp84fnrhkwzbpjnafa3y81f";
}; };
propagatedBuildInputs = with python35Packages; [ lxml ]; propagatedBuildInputs = with python35Packages; [ lxml ];