python312Packages.pyecharts: 2.0.6 -> 2.0.7 (#363900)

This commit is contained in:
Nick Cao 2024-12-10 09:34:43 -05:00 committed by GitHub
commit 60aa974e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyecharts";
version = "2.0.6";
version = "2.0.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pyecharts";
repo = "pyecharts";
rev = "refs/tags/v${version}";
hash = "sha256-cD2jtiE2LDKCmhqM+qKYcsZyjDyMDpp8/Bn17csZgqo=";
tag = "v${version}";
hash = "sha256-5DM5uBVa4pRLmNKCuGJu5z5wUsLBEqqKjWIP/3Mhg18=";
};
build-system = [ setuptools ];