Loading pkgs/by-name/au/autosuspend/package.nix +7 −9 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "autosuspend"; version = "7.2.0"; version = "8.0.0"; pyproject = true; disabled = python3.pythonOlder "3.10"; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { owner = "languitar"; repo = "autosuspend"; tag = "v${version}"; hash = "sha256-of2b5K4ccONPGZfUwEIoFs86xLM2aLCV8tVGxVqykiQ="; hash = "sha256-ikFZTSYWjl0QGvVAlcMVANCTwcxWN5fkrcK4iQ/QFok="; }; build-system = with python3.pkgs; [ Loading @@ -32,9 +32,9 @@ python3.pkgs.buildPythonApplication rec { portalocker psutil python-dateutil pytz requests requests-file tzdata tzlocal ]; Loading @@ -55,18 +55,16 @@ python3.pkgs.buildPythonApplication rec { "test_multiple_sessions" ]; doCheck = true; meta = with lib; { meta = { description = "Daemon to automatically suspend and wake up a system"; homepage = "https://autosuspend.readthedocs.io"; changelog = "https://github.com/languitar/autosuspend/releases/tag/${src.tag}"; license = licenses.gpl2Only; maintainers = with maintainers; [ license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ bzizou anthonyroussel ]; mainProgram = "autosuspend"; platforms = platforms.linux; platforms = lib.platforms.linux; }; } Loading
pkgs/by-name/au/autosuspend/package.nix +7 −9 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "autosuspend"; version = "7.2.0"; version = "8.0.0"; pyproject = true; disabled = python3.pythonOlder "3.10"; Loading @@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { owner = "languitar"; repo = "autosuspend"; tag = "v${version}"; hash = "sha256-of2b5K4ccONPGZfUwEIoFs86xLM2aLCV8tVGxVqykiQ="; hash = "sha256-ikFZTSYWjl0QGvVAlcMVANCTwcxWN5fkrcK4iQ/QFok="; }; build-system = with python3.pkgs; [ Loading @@ -32,9 +32,9 @@ python3.pkgs.buildPythonApplication rec { portalocker psutil python-dateutil pytz requests requests-file tzdata tzlocal ]; Loading @@ -55,18 +55,16 @@ python3.pkgs.buildPythonApplication rec { "test_multiple_sessions" ]; doCheck = true; meta = with lib; { meta = { description = "Daemon to automatically suspend and wake up a system"; homepage = "https://autosuspend.readthedocs.io"; changelog = "https://github.com/languitar/autosuspend/releases/tag/${src.tag}"; license = licenses.gpl2Only; maintainers = with maintainers; [ license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ bzizou anthonyroussel ]; mainProgram = "autosuspend"; platforms = platforms.linux; platforms = lib.platforms.linux; }; }