python312Packages.plotly: 6.2.0 -> 6.3.0

changelog: https://github.com/plotly/plotly.py/releases/tag/v6.3.0
diff: plotly/plotly.py@v6.2.0...v6.3.0
This commit is contained in:
sarahec 2025-08-16 16:56:55 +00:00 committed by Sarah Clark
parent 7037d9a4ef
commit 23f20a0ba3

View File

@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "plotly";
version = "6.2.0";
version = "6.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "plotly.py";
tag = "v${version}";
hash = "sha256-Vfj5jG0AkBjivExOx7oMoocTopWl0yMc1INpEbtlgTc=";
hash = "sha256-s+kWJy/dOqlNqRD/Ytxy/SSRsFJvp13jSvPMd0LQliQ=";
};
postPatch = ''