Skip to content

Commit

Permalink
python312Packages.pyecharts: 2.0.6 -> 2.0.7 (NixOS#363900)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 10, 2024
2 parents 514819a + 43c18a1 commit 60aa974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyecharts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

buildPythonPackage rec {
pname = "pyecharts";
version = "2.0.6";
version = "2.0.7";
pyproject = true;

disabled = pythonOlder "3.8";

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 ];
Expand Down

0 comments on commit 60aa974

Please sign in to comment.