Merge pull request #21627 from nixy/pythonPackages.nose-cprof

pythonPackages.nose-cprof: 0.1-0 -> 0.1.4
This commit is contained in:
Graham Christensen 2017-01-03 20:26:42 -05:00 committed by GitHub
commit 10c526d487
1 changed files with 3 additions and 3 deletions

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 = {