mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 04:59:01 +00:00
manim: 0.18.0 -> 0.18.0.post0
Diff: https://github.com/ManimCommunity/manim/compare/refs/tags/v0.18.0...v0.18.0.post0
This commit is contained in:
parent
97d675f411
commit
0f8e32022b
@ -47,14 +47,14 @@ let
|
||||
in python.pkgs.buildPythonApplication rec {
|
||||
pname = "manim";
|
||||
pyproject = true;
|
||||
version = "0.18.0";
|
||||
version = "0.18.0.post0";
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ManimCommunity";
|
||||
repo = "manim";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TI7O0b1JvUZAxTj6XfpAJKhbGqrGnhcrE9eRJUVx4GM=";
|
||||
hash = "sha256-4HwQ74oHloK+1KOD6SzXCzGIDD+Dc0jDabw6/+cqmos=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user