autosuspend: 9.0.0 -> 9.0.1

This commit is contained in:
R. Ryantm
2026-01-21 21:02:52 +00:00
parent 5d361f1d1d
commit 9b73d051d4
+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; [