python3Packages.matplotlib: 3.10.5 -> 3.10.8

https://github.com/matplotlib/matplotlib/releases/tag/v3.10.8
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:34 +01:00
parent 712ed12a6e
commit 652972feab
@@ -76,13 +76,13 @@ let
in
buildPythonPackage rec {
version = "3.10.5";
version = "3.10.8";
pname = "matplotlib";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-NS7WzPt5mKAIgWkvOLTKCDxpHT4nW0FFQjcEw0yQkHY=";
hash = "sha256-Ipk3LBnVa801zwWic4MIdY0yuertI3GJjY9b0z8ISqM=";
};
env.XDG_RUNTIME_DIR = "/tmp";