diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-05-17 03:15:44 +0200 |
|---|---|---|
| committer | Robert Schütz <nix@dotlambda.de> | 2025-05-23 08:37:15 -0700 |
| commit | 2a276b78f443e2dcbbafcdcc69f7c2bf9bcc8e61 (patch) | |
| tree | ed1555b3fa8d019a078af118c49d4fce0d6e7fe3 /pkgs/development/python-modules/matplotlib | |
| parent | 8d8f2fb2e4227a6a0a54a876e764510ccd569367 (diff) | |
python313Packages.matplotlib: 3.10.1 -> 3.10.3
https://github.com/matplotlib/matplotlib/releases/tag/v3.10.3
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
| -rw-r--r-- | pkgs/development/python-modules/matplotlib/default.nix | 4 |
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 6ef74d0c3d3a..a9cc605ee2b8 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -80,7 +80,7 @@ let in buildPythonPackage rec { - version = "3.10.1"; + version = "3.10.3"; pname = "matplotlib"; pyproject = true; @@ -88,7 +88,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-6NLQ44gbEpJoWFv0dlrT7nOkWR13uaGMIUrH46efsro="; + hash = "sha256-L4LSxbt66TqqpM1CrKZdds5jdvgzBPo6YwtWmsonTfA="; }; env.XDG_RUNTIME_DIR = "/tmp"; |
