python312Packages.matplotlib: 3.9.0 -> 3.9.1

Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.9.1
This commit is contained in:
Doron Behar
2024-08-05 10:04:15 +03:00
parent 423c64a625
commit 513074bb9b
@@ -89,7 +89,7 @@ let
in
buildPythonPackage rec {
version = "3.9.0";
version = "3.9.1";
pname = "matplotlib";
pyproject = true;
@@ -97,7 +97,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-5tKepsGeNLMPt9iLcIH4aaAwFPZv4G1izHfVpuqI7Xo=";
hash = "sha256-3gaxm425XdM9DcF8kmx8nr7Z9XIHS2+sT2UGimgU0BA=";
};
patches = lib.optionals stdenv.isDarwin [