3
0
Fork 0
forked from mirrors/nixpkgs

numpy: 1.8.2 -> 1.9.2

This commit is contained in:
Joel Moberg 2015-05-18 11:18:48 +02:00
parent f9f55b4147
commit 7bc00dbdaf

View file

@ -7728,11 +7728,11 @@ let
};
numpy = buildPythonPackage ( rec {
name = "numpy-1.8.2";
name = "numpy-1.9.2";
src = pkgs.fetchurl {
url = "mirror://sourceforge/numpy/${name}.tar.gz";
sha256 = "1gcxlk3mf43pzpxvbw8kcfg173g4105j9szsfc1kxwablail6myf";
sha256 = "0apgmsk9jlaphb2dp1zaxqzdxkf69h1y3iw2d1pcnkj31cmmypij";
};
disabled = isPyPy; # WIP