Merge pull request #295961 from r-ryantm/auto-update/python311Packages.chart-studio

python311Packages.chart-studio: 5.19.0 -> 5.20.0
This commit is contained in:
Weijia Wang 2024-03-24 22:55:10 +01:00 committed by GitHub
commit b7b1a845b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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";