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

python nose-1.3.3

This commit is contained in:
Florian Friesdorf 2014-06-20 20:42:46 +02:00
parent ca9f7f47ec
commit 333b6bdfee

View file

@ -4465,12 +4465,12 @@ rec {
});
nose = buildPythonPackage rec {
version = "1.3.1";
version = "1.3.3";
name = "nose-${version}";
src = fetchurl {
url = "http://pypi.python.org/packages/source/n/nose/${name}.tar.gz";
sha256 = "1fmn5b7v183ym793ghrbh76b27aww9qv0lhl7dz31f9xmf3kn9w5";
sha256 = "09h3a74hzw1cfx4ic19ibxq8kg6sl1n64px2mmb57f5yd3r2y35l";
};
buildInputs = [ coverage ];