File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/manim-slides Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434} :
3535buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments