lol

Merge pull request #19368 from lsix/update_matplotlib

pythonPackages.matplotlib: 1.5.1 -> 1.5.3

authored by

Jörg Thalheim and committed by
GitHub
cefe4a81 6f04d9a7

+2 -2
+2 -2
pkgs/development/python-modules/matplotlib/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 name = "matplotlib-${version}"; 21 - version = "1.5.1"; 21 + version = "1.5.3"; 22 22 23 23 src = fetchurl { 24 24 url = "mirror://pypi/m/matplotlib/${name}.tar.gz"; 25 - sha256 = "3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40"; 25 + sha256 = "1g7bhr6v3wdxyx29rfxgf57l9w19s79cdlpyi0h4y0c5ywwxr9d0"; 26 26 }; 27 27 28 28 NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";