diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-15 14:06:27 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-27 15:33:45 +0200 |
| commit | e5f1eb8aa708a881108b44ceaf7da032b8ccbaaa (patch) | |
| tree | a95a85a3bc073276e43a528e3167a90e98477cc0 /pkgs/development/python-modules/matplotlib | |
| parent | 3d4b44454ec7a9c3276142e1c193f432f4aeb059 (diff) | |
python3Packages.matplotlib: 3.7.2 -> 3.8.0
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 e5df4ea7d4ea..4ac081e26a20 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -79,7 +79,7 @@ let in buildPythonPackage rec { - version = "3.7.2"; + version = "3.8.0"; pname = "matplotlib"; format = "pyproject"; @@ -87,7 +87,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-qM25Hd2wRDa9LwmLj99LgTUuaM9NLGdW/MQUeRB2Vps="; + hash = "sha256-34UF4cGdXCwmr/NJeny9PM/C6XBD0eTbPnavo5kWS2k="; }; env.XDG_RUNTIME_DIR = "/tmp"; |
