autosuspend: 8.0.0 -> 9.0.0 (#431847)

This commit is contained in:
Wolfgang Walther
2025-08-18 20:40:35 +00:00
committed by GitHub
+3 -3
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; [