autosuspend: 7.0.2 -> 7.0.3 (#360963)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-02 07:32:51 +00:00
committed by GitHub
+2 -2
View File
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "7.0.2";
version = "7.0.3";
pyproject = true;
disabled = python3.pythonOlder "3.10";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "languitar";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QmZX5I1D1iYUQ6Ll0tkbpjzqaOIBaGAltKHwUqLB6uk=";
hash = "sha256-ePQiP7NeRBPVHkd8rvbxno/NBX95e9d97F8TIazCUH4=";
};
build-system = with python3.pkgs; [