autosuspend: 7.0.0 -> 7.0.1 (#343789)

This commit is contained in:
h7x4 2024-09-23 09:19:11 +02:00 committed by GitHub
commit fd97534f7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "autosuspend"; pname = "autosuspend";
version = "7.0.0"; version = "7.0.1";
disabled = python3.pythonOlder "3.10"; disabled = python3.pythonOlder "3.10";
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "languitar"; owner = "languitar";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-AJ0ZWRxqhBJEics6XnIVWyf7pJI8MphQU4LRqSYYNSQ="; hash = "sha256-Zjo8H5PU6JezrBF0XBHvmePUTNeX74BX4NsHtPozcKs=";
}; };
dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [