Skip to content

Commit 0222bc0

Browse files
authored
manim-slides: 5.4.2 -> 5.5.0 (#393279)
2 parents cb9ab7f + 8e66fc9 commit 0222bc0

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/manim-slides

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/manim-slides/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}:
3535
buildPythonPackage rec {
3636
pname = "manim-slides";
37-
version = "5.4.2";
37+
version = "5.5.0";
3838
pyproject = true;
3939

4040
disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343
owner = "jeertmans";
4444
repo = "manim-slides";
4545
tag = "v${version}";
46-
hash = "sha256-LUnHv6Yr4le7B0OjA9m8s7tCd2OvUsjX0YR+5dv+Bjg=";
46+
hash = "sha256-TP+F4q/rnibU6kvAdfwDD++ITVTYAFgGoDng0p0SUIs=";
4747
};
4848

4949
build-system = [
@@ -88,7 +88,7 @@ buildPythonPackage rec {
8888
pythonImportsCheck = [ "manim_slides" ];
8989

9090
meta = {
91-
changelog = "https://github.com/jeertmans/manim-slides/blob/${src.rev}/CHANGELOG.md";
91+
changelog = "https://github.com/jeertmans/manim-slides/blob/${src.tag}/CHANGELOG.md";
9292
description = "Tool for live presentations using manim";
9393
homepage = "https://github.com/jeertmans/manim-slides";
9494
license = lib.licenses.mit;

0 commit comments

Comments
 (0)