diff --git a/pkgs/development/python-modules/numexpr/default.nix b/pkgs/development/python-modules/numexpr/default.nix index 0d9e0d2a6d0..6e237b2bd9e 100644 --- a/pkgs/development/python-modules/numexpr/default.nix +++ b/pkgs/development/python-modules/numexpr/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "numexpr"; - version = "2.6.7"; + version = "2.6.8"; src = fetchPypi { inherit pname version; - sha256 = "3d007946b6c042fc9feb1db52dd0847d2f9b7f3175ae0591476ea80dcd664771"; + sha256 = "ee8bc7201aa2f1962c67d27c326a11eef9df887d7b87b1278a1d4e722bf44375"; }; propagatedBuildInputs = [ numpy ]; @@ -19,20 +19,15 @@ buildPythonPackage rec { # Run the test suite. # It requires the build path to be in the python search path. checkPhase = '' + pushd $out ${python}/bin/${python.executable} <