python3Packages.python-roborock: 4.8.0 -> 4.12.0

This commit is contained in:
R. Ryantm
2026-02-05 23:21:17 +00:00
parent 77c0d381e6
commit 74e44369fe
@@ -23,14 +23,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-roborock";
version = "4.8.0";
version = "4.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Python-roborock";
repo = "python-roborock";
tag = "v${finalAttrs.version}";
hash = "sha256-eOvadiJ0zLwCJDK22qb/ZPsNi+d6lI5+lzn05EHWB7I=";
hash = "sha256-H47NKOGKUCJs9LolVcTg6R8W6Fuq+YWBgrwJUB08JVA=";
};
pythonRelaxDeps = [ "pycryptodome" ];