Updating numpy, so it builds on arm, and then I can get tahoe-lafs building in armv5tel-linux.

svn path=/nixpkgs/trunk/; revision=21584
This commit is contained in:
Lluís Batlle i Rossell 2010-05-03 20:06:09 +00:00
parent 4b44717b1d
commit f434403e59

View File

@ -367,11 +367,11 @@ rec {
});
numpy = buildPythonPackage ( rec {
name = "numpy-1.3.0";
name = "numpy-1.4.1";
src = fetchurl {
url = "http://downloads.sourceforge.net/numpy/${name}.tar.gz";
sha256 = "7524687cce85aa78103046db5e617c626b0ef871a203a049159f88f35647c90d";
url = "mirror://sourceforge/numpy/${name}.tar.gz";
sha256 = "01lf3nc2lp1qkrqnnar50vb7i6y07d1zs6f9yc3kw4p5fd2vhyrf";
};
doCheck = false;