python3Packages.matplotlib: 3.11.0 -> 3.11.1

Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.11.1
This commit is contained in:
Doron Behar
2026-07-18 21:49:07 +03:00
parent 0c762cd7ff
commit d3ea2a3180

View File

@@ -69,13 +69,13 @@ let
in
buildPythonPackage (finalAttrs: {
version = "3.11.0";
version = "3.11.1";
pname = "matplotlib";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-aMDHvgGzDcyjY4k09/WR33NAEjXL2/DRqxxx59t/i1c=";
hash = "sha256-aWR9tXRpQceT1uRFpM00kyP/uH2cyVjCrYSmWbSDLTA=";
};
env.XDG_RUNTIME_DIR = "/tmp";