Skip to content

Commit 53fd16f

Browse files
autosuspend: 7.1.0 -> 7.2.0 (#388266)
Co-authored-by: bzizou <[email protected]>
2 parents f7ec008 + 673d9ce commit 53fd16f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/au/autosuspend/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
python3.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

0 commit comments

Comments
 (0)