python3.pkgs.matplotlib: 3.10.8 -> 3.10.9 (#513612)

This commit is contained in:
Doron Behar
2026-04-28 09:05:33 +00:00
committed by GitHub
@@ -76,13 +76,13 @@ let
in
buildPythonPackage rec {
version = "3.10.8";
version = "3.10.9";
pname = "matplotlib";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Ipk3LBnVa801zwWic4MIdY0yuertI3GJjY9b0z8ISqM=";
hash = "sha256-/WZQjoxod9mOWGZUtgigRW241+ilRuseJgDv2VcwI1g=";
};
env.XDG_RUNTIME_DIR = "/tmp";