python311Packages.plotly: 5.19.0 -> 5.20.0

This commit is contained in:
R. Ryantm 2024-03-29 21:09:37 +00:00
parent 2179e629c6
commit 40962223c8
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 = [