Merge pull request #300105 from r-ryantm/auto-update/python311Packages.plotly

python311Packages.plotly: 5.19.0 -> 5.20.0
This commit is contained in:
Weijia Wang 2024-04-06 01:14:46 +02:00 committed by GitHub
commit 086bd4557e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.19.0";
version = "5.20.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-XqkaVlcSkq3j47yb9xLroLlaH7CpQTddl4zHlDLgVfQ=";
hash = "sha256-v5AcgF0iAyz6U0sv98WqawZZ4DfxnsHgzKf1hZGLXIk=";
};
propagatedBuildInputs = [