python312Packages.pyecharts: 2.0.7 -> 2.0.8 (#376462)

This commit is contained in:
Nick Cao
2025-01-24 16:19:40 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyecharts";
version = "2.0.7";
version = "2.0.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pyecharts";
repo = "pyecharts";
tag = "v${version}";
hash = "sha256-5DM5uBVa4pRLmNKCuGJu5z5wUsLBEqqKjWIP/3Mhg18=";
hash = "sha256-Aax/HpYJRrfituiAIT7Y6F9v9tX9EmVXtr+4R98tces=";
};
build-system = [ setuptools ];