Unverified Commit 86756d2c authored by R. RyanTM's avatar R. RyanTM Committed by natsukium
Browse files

manim-slides: 5.1.9 -> 5.4.0

parent a993849e
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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 ];
  };
}