From 513074bb9b4d8f5c1f025300a9cbfaeba79efa92 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 5 Aug 2024 10:02:57 +0300 Subject: [PATCH] python312Packages.matplotlib: 3.9.0 -> 3.9.1 Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.9.1 --- pkgs/development/python-modules/matplotlib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 66436a2d2669..9282fe02f30f 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -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 [