Merge pull request #5147 from teh/matplotlib
Update matplotlib to 1.4.2.
This commit is contained in:
commit
9744404038
1 changed files with 3 additions and 2 deletions
|
@ -5165,11 +5165,11 @@ let
|
||||||
|
|
||||||
|
|
||||||
matplotlib = buildPythonPackage rec {
|
matplotlib = buildPythonPackage rec {
|
||||||
name = "matplotlib-1.3.1";
|
name = "matplotlib-1.4.2";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://sourceforge/matplotlib/${name}.tar.gz";
|
url = "mirror://sourceforge/matplotlib/${name}.tar.gz";
|
||||||
sha256 = "0smgpn7lwbn02nbyhawyn0n6r3pb65zk501f21bjgavnjjfnf5pa";
|
sha256 = "0m6v9nwdldlwk22gcd339zg6mny5m301fxgks7z8sb8m9wawg8qp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ python pkgs.which pkgs.ghostscript ] ++
|
buildInputs = with self; [ python pkgs.which pkgs.ghostscript ] ++
|
||||||
|
@ -5177,6 +5177,7 @@ let
|
||||||
|
|
||||||
propagatedBuildInputs = with self;
|
propagatedBuildInputs = with self;
|
||||||
[ dateutil nose numpy pyparsing tornado pkgs.freetype pkgs.libpng pkgs.pkgconfig
|
[ dateutil nose numpy pyparsing tornado pkgs.freetype pkgs.libpng pkgs.pkgconfig
|
||||||
|
mock pytz
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue