Loading pkgs/development/python-modules/manim-slides/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ }: buildPythonPackage rec { pname = "manim-slides"; version = "5.4.2"; version = "5.5.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { owner = "jeertmans"; repo = "manim-slides"; tag = "v${version}"; hash = "sha256-LUnHv6Yr4le7B0OjA9m8s7tCd2OvUsjX0YR+5dv+Bjg="; hash = "sha256-TP+F4q/rnibU6kvAdfwDD++ITVTYAFgGoDng0p0SUIs="; }; build-system = [ Loading Loading @@ -88,7 +88,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "manim_slides" ]; meta = { changelog = "https://github.com/jeertmans/manim-slides/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/jeertmans/manim-slides/blob/${src.tag}/CHANGELOG.md"; description = "Tool for live presentations using manim"; homepage = "https://github.com/jeertmans/manim-slides"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/manim-slides/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ }: buildPythonPackage rec { pname = "manim-slides"; version = "5.4.2"; version = "5.5.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { owner = "jeertmans"; repo = "manim-slides"; tag = "v${version}"; hash = "sha256-LUnHv6Yr4le7B0OjA9m8s7tCd2OvUsjX0YR+5dv+Bjg="; hash = "sha256-TP+F4q/rnibU6kvAdfwDD++ITVTYAFgGoDng0p0SUIs="; }; build-system = [ Loading Loading @@ -88,7 +88,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "manim_slides" ]; meta = { changelog = "https://github.com/jeertmans/manim-slides/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/jeertmans/manim-slides/blob/${src.tag}/CHANGELOG.md"; description = "Tool for live presentations using manim"; homepage = "https://github.com/jeertmans/manim-slides"; license = lib.licenses.mit; Loading