python3Packages.plotly: 5.16.1 -> 5.18.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:49 +01:00
parent 9c40094753
commit c3d0d4fdfb
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.16.1";
version = "5.18.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-KVrCXt6xjIk6u3Hcrc6gdbeP1v3wfO5CF6ThAJZnkls=";
hash = "sha256-Ngox5vu0nRKwBwNutpKVITQ9a+4iNvhFmRWCG676LLs=";
};
propagatedBuildInputs = [
@@ -29,6 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python plotting library for collaborative, interactive, publication-quality graphs";
downloadPage = "https://github.com/plotly/plotly.py";
homepage = "https://plot.ly/python/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ];