Merge pull request #9253 from FRidh/pytest

python-packages pytest: 2.6.2 -> 2.7.2
This commit is contained in:
Arseniy Seroka 2015-08-15 01:51:22 +03:00
commit 8bdc291d8f
1 changed files with 2 additions and 2 deletions

View File

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