python310Packages.matplotlib: 3.7.1 -> 3.7.2 (#243000)

This commit is contained in:
Theodore Ni
2023-07-17 22:43:14 -04:00
committed by GitHub
parent d6110caaee
commit c39948ee52
@@ -76,7 +76,7 @@ let
in
buildPythonPackage rec {
version = "3.7.1";
version = "3.7.2";
pname = "matplotlib";
format = "pyproject";
@@ -84,7 +84,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-e3MwXyXqtFQb1+4Llth+U66cnxgjvlZZuAbNhXhv6II=";
hash = "sha256-qM25Hd2wRDa9LwmLj99LgTUuaM9NLGdW/MQUeRB2Vps=";
};
env.XDG_RUNTIME_DIR = "/tmp";