python312Packages.matplotlib: 3.9.0 -> 3.9.1
Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.9.1
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user