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

manim-slides: 5.1.8 -> 5.1.9 (#355882)

parents 2ee99e74 225405ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
}:
buildPythonPackage rec {
  pname = "manim-slides";
  version = "5.1.8";
  version = "5.1.9";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    owner = "jeertmans";
    repo = "manim-slides";
    rev = "refs/tags/v${version}";
    hash = "sha256-0csCUJpIeq3EyER9gqiUgqrfHL9WSzX144Y0djL3dqQ=";
    hash = "sha256-M500u7x0jQqcqCd3RbS0CpI1nuwNs9URFlHPeGkiT7E=";
  };

  build-system = [