python313Packages.matplotlib: 3.10.1 -> 3.10.3
https://github.com/matplotlib/matplotlib/releases/tag/v3.10.3
This commit is contained in:
committed by
Robert Schütz
parent
8d8f2fb2e4
commit
2a276b78f4
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user