3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.numexpr: 2.5 -> 2.5.2

This commit is contained in:
Frederik Rietdijk 2016-05-31 22:33:59 +02:00
parent fb1b05f8c9
commit 0c9b00559e

View file

@ -13879,12 +13879,12 @@ in modules // {
}; };
numexpr = buildPythonPackage rec { numexpr = buildPythonPackage rec {
version = "2.5"; version = "2.5.2";
name = "numexpr-${version}"; name = "numexpr-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/n/numexpr/${name}.tar.gz"; url = "mirror://pypi/n/numexpr/${name}.tar.gz";
sha256 = "319cdf4e402177a1c8ed4972cffd09f523446f186d347b7c1974787cdabf0294"; sha256 = "0kb6549fwfxpc4qy3l5liad2mx99dys77c6w1y2rm32wyrf5k1by";
}; };
# Tests fail with python 3. https://github.com/pydata/numexpr/issues/177 # Tests fail with python 3. https://github.com/pydata/numexpr/issues/177