1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python-packages: update cov-core-1.7 to 1.15.0

This commit is contained in:
desiderius 2015-02-26 17:05:53 +01:00
parent 486ee6e252
commit 37a90efc45

View file

@ -1781,10 +1781,10 @@ let
}; };
covCore = buildPythonPackage rec { covCore = buildPythonPackage rec {
name = "cov-core-1.7"; name = "cov-core-1.15.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/c/cov-core/cov-core-1.7.tar.gz"; url = "http://pypi.python.org/packages/source/c/cov-core/${name}.tar.gz";
md5 = "59c1e22e636633e10120beacbf45b28c"; md5 = "f519d4cb4c4e52856afb14af52919fe6";
}; };
meta = { meta = {
description = "plugin core for use by pytest-cov, nose-cov and nose2-cov"; description = "plugin core for use by pytest-cov, nose-cov and nose2-cov";