autosuspend: 8.0.0 -> 9.0.0

This commit is contained in:
R. Ryantm 2025-08-07 20:56:56 +00:00 committed by Anthony ROUSSEL
parent e960ddc1a5
commit 444831ea24

View File

@ -7,16 +7,16 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "8.0.0";
version = "9.0.0";
pyproject = true;
disabled = python3.pythonOlder "3.10";
disabled = python3.pythonOlder "3.11";
src = fetchFromGitHub {
owner = "languitar";
repo = "autosuspend";
tag = "v${version}";
hash = "sha256-ikFZTSYWjl0QGvVAlcMVANCTwcxWN5fkrcK4iQ/QFok=";
hash = "sha256-JOH4QzoiLR1Pp/RVz0nrLxjQw92pDxXTu414jbpCMqk=";
};
build-system = with python3.pkgs; [