pythonPackages.nose-cprof: 0.1-0 -> 0.1.4

Updated nose-cprof and enabled python 3 package
This commit is contained in:
Andrew R. M 2017-01-03 19:45:11 -05:00
parent 61d125b842
commit 19f3e8cecc

View file

@ -15857,12 +15857,12 @@ in {
};
nose-cprof = buildPythonPackage rec {
name = "nose-cprof-0.1-0";
disabled = isPy3k;
name = "nose-cprof-${version}";
version = "0.1.4";
src = pkgs.fetchurl {
url = "mirror://pypi/n/nose-cprof/${name}.tar.gz";
sha256 = "d1edd5cb3139e897752294d2968bfb066abdd754743fa416e024e5c688893344";
sha256 = "0ayy5mbjly9aa9dkgpz0l06flspnxmnj6wxdl6zr59byrrr8fqhw";
};
meta = {