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

This commit is contained in:
Nick Cao 2024-11-14 08:49:46 -05:00 committed by GitHub
commit e78160199f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [