python3Packages.pyecharts: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm
2025-10-22 08:08:19 +00:00
parent 0518fb882e
commit 31abe2775b
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyecharts";
version = "2.0.8";
version = "2.0.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pyecharts";
repo = "pyecharts";
tag = "v${version}";
hash = "sha256-Aax/HpYJRrfituiAIT7Y6F9v9tX9EmVXtr+4R98tces=";
hash = "sha256-AMdPsTQsndc0fr4NF2AnJy98k4I2832/GNWeY4IWSRA=";
};
build-system = [ setuptools ];