python3Packages.python-roborock: 2.36.0 -> 2.39.0

This commit is contained in:
R. Ryantm
2025-08-27 06:40:24 +00:00
parent 6024b4aa94
commit d5fb0707c2
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.36.0";
version = "2.39.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-bcrzpMF8ftEAAdJQoARJsQeX7pc4PNx1/gvESXGCpZY=";
hash = "sha256-V0zuUlJ0wPpxOKtY7ydbJ7mhWT5xGSLv19csmpWCO1Q=";
};
postPatch = ''