Merge pull request #307804 from r-ryantm/auto-update/autosuspend

autosuspend: 6.1.1 -> 7.0.0
This commit is contained in:
Aleksana 2024-05-09 11:57:50 +08:00 committed by GitHub
commit 1b8f21cb61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,15 +7,15 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "autosuspend"; pname = "autosuspend";
version = "6.1.1"; version = "7.0.0";
disabled = python3.pythonOlder "3.8"; disabled = python3.pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "languitar"; owner = "languitar";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-LGU/yhwuc6BuctCibm0AaRheQkuSIgEVXzcWQHCJ/8Y="; hash = "sha256-AJ0ZWRxqhBJEics6XnIVWyf7pJI8MphQU4LRqSYYNSQ=";
}; };
postPatch = '' postPatch = ''