Unverified Commit 2cc2a4df authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 9a1bd296 8155b5f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];