Merge pull request #182781 from r-ryantm/auto-update/manim

manim: 0.16.0 -> 0.16.0.post0
This commit is contained in:
Ryan Mulligan 2022-08-24 20:53:39 -07:00 committed by GitHub
commit 10262e7f52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,14 +45,14 @@ let
in python3.pkgs.buildPythonApplication rec {
pname = "manim";
format = "pyproject";
version = "0.16.0";
version = "0.16.0.post0";
disabled = python3.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ManimCommunity";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-NQI+kJV0Mu2O/DlwwLYQw2jjJk/TmR7avBX9Fe7zmdk=";
sha256 = "sha256-iXiPnI6lTP51P1X3iLp75ArRP66o8WAANBLoStPrz4M=";
};
nativeBuildInputs = [