pythonPackages.plotly: 4.13.0 -> 4.14.3

This commit is contained in:
Antoine Roy-Gobeil 2021-03-10 13:43:40 -05:00
parent f8a2f67fc0
commit 3e45c2dbd3

View File

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