python313Packages.plotly: 6.5.0 -> 6.5.2

This commit is contained in:
sarahec
2026-01-24 09:27:21 -08:00
committed by Sarah Clark
parent 9aee58988e
commit e668f02984
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "plotly";
version = "6.5.0";
version = "6.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "plotly.py";
tag = "v${version}";
hash = "sha256-JWb5bAu74j63E5tp8wmLjuWZqFAMpkg8utxM74VaGqA=";
hash = "sha256-7rMatpaZvHuNPpiXR5eUHultqNnLER1iW+GR3dwgkyo=";
};
postPatch = ''