File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/au/autosuspend Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88python3 . pkgs . buildPythonApplication rec {
99 pname = "autosuspend" ;
10- version = "7.1 .0" ;
10+ version = "7.2 .0" ;
1111 pyproject = true ;
1212
1313 disabled = python3 . pythonOlder "3.10" ;
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
1616 owner = "languitar" ;
1717 repo = pname ;
1818 tag = "v${ version } " ;
19- hash = "sha256-Sug42L4D9lgtc7AWIOcgC+e9WCHfmqB4O1Gez/sR6jE =" ;
19+ hash = "sha256-of2b5K4ccONPGZfUwEIoFs86xLM2aLCV8tVGxVqykiQ =" ;
2020 } ;
2121
2222 build-system = with python3 . pkgs ; [
@@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
6060 meta = with lib ; {
6161 description = "Daemon to automatically suspend and wake up a system" ;
6262 homepage = "https://autosuspend.readthedocs.io" ;
63- changelog = "https://github.com/languitar/autosuspend/releases/tag/v ${ version } " ;
63+ changelog = "https://github.com/languitar/autosuspend/releases/tag/${ src . tag } " ;
6464 license = licenses . gpl2Only ;
6565 maintainers = with maintainers ; [
6666 bzizou
You can’t perform that action at this time.
0 commit comments