python3Packages.plotly: 5.5.0 -> 5.6.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:11 +01:00
parent 9b3f008c56
commit 5f76035639

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.5.0";
version = "5.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "20b8a1a0f0434f9b8d10eb7caa66e947a9a1d698e5a53d40d447bbc0d2ae41f0";
sha256 = "sha256-2G5E69449HU9/5gqubXgPPhyqrj99TpAPpme03gVQzE=";
};
propagatedBuildInputs = [