python3Packages.python-roborock: 3.13.1 -> 3.16.1

This commit is contained in:
R. Ryantm
2025-12-15 07:06:21 +00:00
parent 9792f74fef
commit f4bb6fa5d1
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "3.13.1";
version = "3.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Python-roborock";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-EHIpKIZ8cGzVvc897AhHOwbe5Z+3fAiM9HatcP+M9+w=";
hash = "sha256-fg5dWPW3z7PxFdLIVRvmnOS0FndAm5gMyUFZPXjEn00=";
};
pythonRelaxDeps = [ "pycryptodome" ];