python3Packages.python-roborock: 2.47.1 -> 2.49.1

This commit is contained in:
R. Ryantm
2025-09-29 14:40:22 +00:00
parent e94033356e
commit edb5ab3fc9
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.47.1";
version = "2.49.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "Python-roborock";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-bA7KPLVh3Jo6xdDdJS8czUaEyOilmbzHYoQJG8/soT4=";
hash = "sha256-Fvrr+ILPy1vOPv1xw3TBJFBPLqz+6fmLTqTKWQ2IGY8=";
};
postPatch = ''