python3Packages.plotly: 4.14.3 -> 5.2.2

This commit is contained in:
Martin Weinelt 2021-08-26 21:38:08 +02:00
parent 2a5f007e94
commit ceb9142c20

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "4.14.3";
version = "5.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "14cxlfl79i9bh3awsf4xgwr14ywm7lnrz2a81s7gp0if77nsx2kx";
sha256 = "809f0674a7991daaf4f287964d617d24e9fa44463acd5a5352ebd874cfd98b07";
};
propagatedBuildInputs = [