From ad56c2479887fcd57dd9c1eb3a1df121d43b5191 Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Mon, 7 Sep 2015 22:42:15 -0700 Subject: [PATCH] nose2: 0.4.5 -> 0.5.0 0.4.5 is incompatible with the version of Six that's currently in nixpkgs. --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 28940d135088..22f44350aafe 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8748,10 +8748,10 @@ let nose2 = if isPy26 then null else (buildPythonPackage rec { - name = "nose2-0.4.5"; + name = "nose2-0.5.0"; src = pkgs.fetchurl { url = "http://pypi.python.org/packages/source/n/nose2/${name}.tar.gz"; - md5 = "d7e51c848227488e3cc0424faf5511cd"; + sha256 = "0595rh6b6dncbj0jigsyrgrh6h8fsl6w1fr69h76mxv9nllv0rlr"; }; meta = { description = "nose2 is the next generation of nicer testing for Python";