Merge pull request #7886 from joelmo/numpy

numpy and matplotlib updates
This commit is contained in:
Peter Simons 2015-05-19 13:16:11 +02:00
commit 51412f96c0
2 changed files with 4 additions and 4 deletions

View File

@ -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";

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