pythonPackages.pytest_30: 3.0.4 -> 3.0.5

This commit is contained in:
Lancelot SIX 2017-01-18 14:23:44 +01:00
parent cdf3b50917
commit c71087b345

View file

@ -5042,12 +5042,12 @@ in {
};
pytest_30 = self.pytest_27.override rec {
name = "pytest-3.0.4";
name = "pytest-3.0.5";
propagatedBuildInputs = with self; [ hypothesis py ];
src = pkgs.fetchurl {
url = "mirror://pypi/p/pytest/${name}.tar.gz";
sha256 = "03d49xc0l4sdncq47rn1p42ywjnxqrvpc160y8dwvanv3wnfx7w7";
sha256 = "1z9pj39w0r2gw5hsqndlmsqa80kgbrann5kfma8ww8zhaslkl02a";
};
};