This commit is contained in:
mjallen18
2026-03-03 10:42:03 -06:00
parent 3655680e7c
commit 7e85953133
12 changed files with 57 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonPackage rec {
pname = "python-roborock";
version = "4.12.0";
version = "4.17.2";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -16,8 +16,8 @@ python3Packages.buildPythonPackage rec {
src = fetchFromGitHub {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-H47NKOGKUCJs9LolVcTg6R8W6Fuq+YWBgrwJUB08JVA=";
tag = "v4.17.2";
hash = "sha256-i2XVzhZP+qA0pAv1qcaxGlgvhcz4efELO9t4vylRGdw=";
};
pythonRelaxDeps = [

View File

@@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec {
pname = "pyvesync";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec {
owner = "webdjoe";
repo = "pyvesync";
rev = version;
hash = "sha256-G1Ov8xXIVkklxfLqhHiYbRgHEsjTQhG7k1V6Amtc+w4=";
hash = "sha256-iqOKBpP/TYgbs6Tq+eWhxBCu/bHYRELXY7r4zjEXU3Q=";
};
build-system = with python3Packages; [ setuptools ];