python3Packages.plotly: 5.13.1 -> 5.16.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:41 +02:00
parent 6f93c2df25
commit 986738c090

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.13.1";
version = "5.16.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-kO6aH+4N2jDigw4SmFUIHqF70bBqVTpiti3hXK/xohk=";
hash = "sha256-KVrCXt6xjIk6u3Hcrc6gdbeP1v3wfO5CF6ThAJZnkls=";
};
propagatedBuildInputs = [