summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorAugustin Trancart <augustin.trancart@gmail.com>2024-10-05 12:13:13 +0200
committerGitHub <noreply@github.com>2024-10-05 06:13:13 -0400
commitb7b1c183e30a47280e62ea4a84702d13eb63ae2f (patch)
tree9b2f019b7c276283512450addc7f944bcd78561a /pkgs/development/python-modules/matplotlib
parent4005eeea1f1d480dc67bd9023689b60ef12c3da3 (diff)
python3Packages.matplotlib: 3.9.1 -> 3.9.2 (#345336)
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix
index d91c96e6dd74..f07acb53dc69 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.1";
+ version = "3.9.2";
pname = "matplotlib";
pyproject = true;
@@ -97,7 +97,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- hash = "sha256-3gaxm425XdM9DcF8kmx8nr7Z9XIHS2+sT2UGimgU0BA=";
+ hash = "sha256-lqtDkGJpymSmNmk0EG+gFTRFSmnkcbe/PXkIOYGqq5I=";
};
env.XDG_RUNTIME_DIR = "/tmp";