mypy-lang: 0.4.2 -> 0.4.3 (#17058)
This commit is contained in:
parent
af056de900
commit
36459f1977
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python35Packages.buildPythonApplication rec {
|
python35Packages.buildPythonApplication rec {
|
||||||
name = "mypy-lang-${version}";
|
name = "mypy-lang-${version}";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
# 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 = "12vwgzbpv0n403dvzas5ckw0f62slqk5j3024y65hi9n95r34rws";
|
sha256 = "11d8195xg8hksyh2qapbv66jvjgfpjwkc61nwljcfq9si144f2nb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python35Packages; [ lxml ];
|
propagatedBuildInputs = with python35Packages; [ lxml ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user