autosuspend: 10.0.0 -> 10.1.0 (#491811)

This commit is contained in:
Adam C. Stephens
2026-02-18 19:59:03 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "autosuspend";
version = "10.0.0";
version = "10.1.0";
pyproject = true;
outputs = [
@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
owner = "languitar";
repo = "autosuspend";
tag = "v${finalAttrs.version}";
hash = "sha256-o9Jpb4i2/SJ3s3h5sclNjpaN/UFk1YbpPf7b3rGXLRg=";
hash = "sha256-4mByuJ75hd5TEoKxVglAHlYXZSlbAldMwnIianSw8O4=";
};
postPatch = ''