python311Packages.chart-studio: 5.19.0 -> 5.20.0

This commit is contained in:
R. Ryantm 2024-03-14 19:38:20 +00:00
parent 4ff4273dbc
commit 82f69f5d52

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "chart-studio";
version = "5.19.0";
version = "5.20.0";
pyproject = true;
# chart-studio was split from plotly
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = "plotly.py";
rev = "refs/tags/v${version}";
hash = "sha256-Xi1Sf07TLPv6TsmsR2WDfY9NYdglpwiu22RjMiktTdw=";
hash = "sha256-LSZGaefxQC6h9VAJ2wgZyaQPR6vs0wrp2oxd51I3pL8=";
};
sourceRoot = "${src.name}/packages/python/chart-studio";