python3Packages.matplotlib: 3.5.2 -> 3.5.3

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:36 +02:00
parent 2dd3d11c74
commit dbe80f4b2c
@@ -17,7 +17,7 @@ let
in
buildPythonPackage rec {
version = "3.5.2";
version = "3.5.3";
pname = "matplotlib";
format = "setuptools";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "18h78s5ld1i6mz00w258hy29909nfr3ddq6ry9kq18agw468bks8";
sha256 = "sha256-M5ysSLgN28i/0F2q4KOnNBRlGoWWkEwqiBz9Httl8mw=";
};
XDG_RUNTIME_DIR = "/tmp";
@@ -112,6 +112,9 @@ buildPythonPackage rec {
echo "[libs]
system_freetype=true
system_qhull=true" > mplsetup.cfg
substituteInPlace setup.py \
--replace "setuptools_scm>=4,<7" "setuptools_scm>=4"
'';
# Matplotlib needs to be built against a specific version of freetype in