autosuspend: 9.0.0 -> 9.0.1 (#482424)

This commit is contained in:
Nick Cao
2026-01-22 22:02:43 +00:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "9.0.0";
version = "9.0.1";
pyproject = true;
disabled = python3.pythonOlder "3.11";
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "languitar";
repo = "autosuspend";
tag = "v${version}";
hash = "sha256-JOH4QzoiLR1Pp/RVz0nrLxjQw92pDxXTu414jbpCMqk=";
hash = "sha256-PVxsdCPGu+bhjfAF5Hu4Xa3lETARitbBUKuy7ursAUE=";
};
build-system = with python3.pkgs; [