python-packages pytest: 2.6.2 -> 2.7.2

This commit is contained in:
Frederik Rietdijk 2015-08-14 23:16:50 +02:00
parent 9d5508d85c
commit dd1d6f8e27

View file

@ -2418,11 +2418,11 @@ let
};
pytest = buildPythonPackage rec {
name = "pytest-2.6.2";
name = "pytest-2.7.2";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/p/pytest/${name}.tar.gz";
md5 = "0a1735fb1d481ef3864f34678607ba85";
sha256 = "b30457f735420d0000d10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4";
};
preCheck = ''