3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.matplotlib: 3.0.2 -> 3.0.3

This commit is contained in:
Matthieu Coudron 2019-03-07 17:53:20 +09:00 committed by Frederik Rietdijk
parent 1f8b70e5e5
commit 0752393738

View file

@ -21,14 +21,14 @@ assert enableTk -> (tcl != null)
assert enableQt -> pyqt4 != null;
buildPythonPackage rec {
version = "3.0.2";
version = "3.0.3";
pname = "matplotlib";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "c94b792af431f6adb6859eb218137acd9a35f4f7442cea57e4a59c54751c36af";
sha256 = "1dzpgpj34i6lv9wgacqdshai2d237m3vymqrgl52sj1gwf4kblz1";
};
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";