python312Packages.manim-slides: 5.1.7 -> 5.1.8 (#346274)

This commit is contained in:
OTABI Tomoya
2024-10-04 21:33:24 +09:00
committed by GitHub
@@ -35,7 +35,7 @@
}:
buildPythonPackage rec {
pname = "manim-slides";
version = "5.1.7";
version = "5.1.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "jeertmans";
repo = "manim-slides";
rev = "refs/tags/v${version}";
hash = "sha256-egQYL4Qvs1fQcJ5WEM461TSYqs2XN39wbyfx9uEFeIs=";
hash = "sha256-0csCUJpIeq3EyER9gqiUgqrfHL9WSzX144Y0djL3dqQ=";
};
build-system = [