Robert Schütz
2024-10-13 18:46:39 -07:00
parent b5efcf2ae6
commit b23d5f6129
+7 -2
View File
@@ -6,7 +6,8 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "7.0.1";
version = "7.0.2";
pyproject = true;
disabled = python3.pythonOlder "3.10";
@@ -14,9 +15,13 @@ python3.pkgs.buildPythonApplication rec {
owner = "languitar";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Zjo8H5PU6JezrBF0XBHvmePUTNeX74BX4NsHtPozcKs=";
hash = "sha256-QmZX5I1D1iYUQ6Ll0tkbpjzqaOIBaGAltKHwUqLB6uk=";
};
build-system = with python3.pkgs; [
setuptools
];
dependencies = with python3.pkgs; [
dbus-python
icalendar