autosuspend: 4.2.0 -> 4.3.0

This commit is contained in:
R. Ryantm
2022-12-12 21:23:41 +08:00
committed by Bobby Rong
parent 11061c6ddf
commit 101c685296
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "languitar";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-aIWqE422xfAzAyF+4hARYOcomZHraTrtxtw2YfAxJ1M=";
sha256 = "sha256-gS8NNks4GaIGl7cEqWSP53I4/tIV4LypkmZ5vNOjspY=";
};
postPatch = ''