diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-01-22 10:08:28 +0000 |
|---|---|---|
| committer | natsukium <tomoya.otabi@gmail.com> | 2025-01-22 21:52:55 +0900 |
| commit | 86756d2c0c4f261946bf1e9ee7767f47f730a1b7 (patch) | |
| tree | 563cbb3556c653063238799e38149ecd7da458fe | |
| parent | Update aider (#375634) (diff) | |
| download | nixpkgs-86756d2c0c4f261946bf1e9ee7767f47f730a1b7.tar.gz | |
manim-slides: 5.1.9 -> 5.4.0
| -rw-r--r-- | pkgs/development/python-modules/manim-slides/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/manim-slides/default.nix b/pkgs/development/python-modules/manim-slides/default.nix index c3b35754f432..e4f53f5553b2 100644 --- a/pkgs/development/python-modules/manim-slides/default.nix +++ b/pkgs/development/python-modules/manim-slides/default.nix @@ -10,12 +10,12 @@ ffmpeg, av, + beautifulsoup4, click, click-default-group, jinja2, lxml, numpy, - opencv-python, pillow, pydantic, pydantic-extra-types, @@ -35,7 +35,7 @@ }: buildPythonPackage rec { pname = "manim-slides"; - version = "5.1.9"; + version = "5.4.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -44,7 +44,7 @@ buildPythonPackage rec { owner = "jeertmans"; repo = "manim-slides"; tag = "v${version}"; - hash = "sha256-M500u7x0jQqcqCd3RbS0CpI1nuwNs9URFlHPeGkiT7E="; + hash = "sha256-9BPBjTepb1CdCEk1j471NhndLG5Ai1P81VUV6msQPus="; }; build-system = [ @@ -60,12 +60,12 @@ buildPythonPackage rec { dependencies = [ av + beautifulsoup4 click click-default-group jinja2 lxml numpy - opencv-python pillow pydantic pydantic-extra-types @@ -89,12 +89,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "manim_slides" ]; - meta = with lib; { + meta = { changelog = "https://github.com/jeertmans/manim-slides/blob/${src.rev}/CHANGELOG.md"; description = "Tool for live presentations using manim"; homepage = "https://github.com/jeertmans/manim-slides"; - license = licenses.mit; + license = lib.licenses.mit; mainProgram = "manim-slides"; - maintainers = with maintainers; [ soispha ]; + maintainers = with lib.maintainers; [ soispha ]; }; } |
