Merge pull request #7886 from joelmo/numpy
numpy and matplotlib updates
This commit is contained in:
commit
51412f96c0
@ -10,11 +10,11 @@ assert enableGhostscript -> ghostscript != null;
|
||||
assert enableGtk2 -> pygtk != null;
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "matplotlib-1.4.2";
|
||||
name = "matplotlib-1.4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/matplotlib/${name}.tar.gz";
|
||||
sha256 = "0m6v9nwdldlwk22gcd339zg6mny5m301fxgks7z8sb8m9wawg8qp";
|
||||
sha256 = "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av";
|
||||
};
|
||||
|
||||
XDG_RUNTIME_DIR = "/tmp";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user