3
0
Fork 0
forked from mirrors/nixpkgs

python-py: 1.4.24 -> 1.4.30

Unbreaks some packages because they require py>=1.4.29. Example build
error, from the 'argh' package:

  The 'py>=1.4.29' distribution was not found and is required by pytest

`nox-review wip` shows that there is a net reduction in build errors with
this patch.
This commit is contained in:
Bjørn Forsman 2015-08-16 12:55:04 +02:00
parent 8914e1af6d
commit 9f9f1db6e5

View file

@ -9845,11 +9845,11 @@ let
py = buildPythonPackage rec {
name = "py-1.4.24";
name = "py-1.4.30";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/py/${name}.tar.gz";
md5 = "8f32ee0cd1e01472a255fe1d28d81217";
md5 = "a904aabfe4765cb754f2db84ec7bb03a";
};
};