update ha components

This commit is contained in:
mjallen18
2025-12-05 17:22:51 -06:00
parent f54285bfe6
commit 0b4d63fd09
16 changed files with 91 additions and 228 deletions

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonPackage rec {
pname = "python-roborock";
version = "3.8.0";
version = "3.10.2";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-Ts1X07eTv4KXv344F3fGazHlDx6XXGQfdmxb+gd/0qc=";
hash = "sha256-iDypFBZe9hCoHdZjgDT56M8SgBiUomCIttMrFdhsN/k=";
};
pythonRelaxDeps = [ "pycryptodome" ];