python nose-1.3.3
This commit is contained in:
parent
ca9f7f47ec
commit
333b6bdfee
@ -4465,12 +4465,12 @@ rec {
|
|||||||
});
|
});
|
||||||
|
|
||||||
nose = buildPythonPackage rec {
|
nose = buildPythonPackage rec {
|
||||||
version = "1.3.1";
|
version = "1.3.3";
|
||||||
name = "nose-${version}";
|
name = "nose-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/n/nose/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/n/nose/${name}.tar.gz";
|
||||||
sha256 = "1fmn5b7v183ym793ghrbh76b27aww9qv0lhl7dz31f9xmf3kn9w5";
|
sha256 = "09h3a74hzw1cfx4ic19ibxq8kg6sl1n64px2mmb57f5yd3r2y35l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ coverage ];
|
buildInputs = [ coverage ];
|
||||||
|
Loading…
Reference in New Issue
Block a user