python3Packages.plotly: 5.3.1 -> 5.4.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:04 -08:00
parent 68f6e0321f
commit e12c856e51
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.3.1";
version = "5.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "6598393e898a9c5ae78397f76f07002ec41fd92e5f746d3b9806248d53885643";
sha256 = "735d50738c760ecbf3a38e2336b8c1b119bff2d857096e4f68af31089b798161";
};
propagatedBuildInputs = [