python313Packages.plotly: 6.5.0 -> 6.5.2 (#481517)

This commit is contained in:
Michael Daniels
2026-01-24 20:40:40 +00:00
committed by GitHub
@@ -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 = ''