Merge pull request #5147 from teh/matplotlib

Update matplotlib to 1.4.2.
This commit is contained in:
Domen Kožar 2014-12-02 10:55:43 +01:00
commit 9744404038

View file

@ -5165,11 +5165,11 @@ let
matplotlib = buildPythonPackage rec {
name = "matplotlib-1.3.1";
name = "matplotlib-1.4.2";
src = pkgs.fetchurl {
url = "mirror://sourceforge/matplotlib/${name}.tar.gz";
sha256 = "0smgpn7lwbn02nbyhawyn0n6r3pb65zk501f21bjgavnjjfnf5pa";
sha256 = "0m6v9nwdldlwk22gcd339zg6mny5m301fxgks7z8sb8m9wawg8qp";
};
buildInputs = with self; [ python pkgs.which pkgs.ghostscript ] ++
@ -5177,6 +5177,7 @@ let
propagatedBuildInputs = with self;
[ dateutil nose numpy pyparsing tornado pkgs.freetype pkgs.libpng pkgs.pkgconfig
mock pytz
];
meta = with stdenv.lib; {