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

nose: 1.2.1 -> 1.3.0

This commit is contained in:
Domen Kozar 2013-07-28 11:31:41 +02:00
parent a0fbee619d
commit f34a79ad35

View file

@ -2991,11 +2991,11 @@ pythonPackages = python.modules // rec {
});
nose = buildPythonPackage rec {
name = "nose-1.2.1";
name = "nose-1.3.0";
src = fetchurl {
url = "http://pypi.python.org/packages/source/n/nose/${name}.tar.gz";
md5 = "735e3f1ce8b07e70ee1b742a8a53585a";
sha256 = "0q2j9zz39h3liwbp6lb94kl3sxb9z9rbwh5dzyccyxfy4lrwqqsf";
};
meta = {