diff options
| author | Kirill Radzikhovskyy <kirillrdy@gmail.com> | 2023-05-23 06:27:46 +1000 |
|---|---|---|
| committer | Kirill Radzikhovskyy <kirillrdy@gmail.com> | 2023-05-23 08:00:07 +1000 |
| commit | febcb284b73060aa1ca6e7d1a2fbaae2f5b9296f (patch) | |
| tree | e70589843db536b929d8a1152f0a4d24d7b87370 /pkgs/development/python-modules/matplotlib | |
| parent | 7b4c521005a73d5b30f5947467e637e15c5c06a0 (diff) | |
python3Packages.matplotlib: 3.7.0 -> 3.7.1
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 4df554f89160..ddc597b90b73 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -76,7 +76,7 @@ let in buildPythonPackage rec { - version = "3.7.0"; + version = "3.7.1"; pname = "matplotlib"; format = "pyproject"; @@ -84,7 +84,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-j279MTQw1+9wo4oydigcsuhkazois7IesifaIOFeaBM="; + hash = "sha256-e3MwXyXqtFQb1+4Llth+U66cnxgjvlZZuAbNhXhv6II="; }; env.XDG_RUNTIME_DIR = "/tmp"; |
