mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.manim-slides: 5.1.6 -> 5.1.7
https://github.com/jeertmans/manim-slides/blob/refs/tags/v5.1.7/CHANGELOG.md
This commit is contained in:
parent
60460d4c1c
commit
d5a19349b1
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "manim-slides";
|
||||
version = "5.1.6";
|
||||
version = "5.1.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
|||
owner = "jeertmans";
|
||||
repo = "manim-slides";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-BFfp/jeKBXr+Ukh0jNEtMPHlstlBjhSnvA803ddYoZE=";
|
||||
hash = "sha256-egQYL4Qvs1fQcJ5WEM461TSYqs2XN39wbyfx9uEFeIs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue