python3Packages.plotly: 5.10.0 -> 5.11.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:32 +01:00
parent 077dffd8a5
commit d7d8e52914

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.10.0";
version = "5.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-TTbZhZt6FTsnNWLe7tjCklh6Ry6x/VfNQVjsidne+ts=";
sha256 = "sha256-Tv70ecLsHYbc2shAW2ynDKZWSad0COOafoSh6i22x4c=";
};
propagatedBuildInputs = [