python312Packages.python-roborock: 2.8.4 -> 2.8.5

This commit is contained in:
R. Ryantm
2025-01-07 04:14:44 +00:00
parent 42de2bcb35
commit 206c25fd2d
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.8.4";
version = "2.8.5";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-/VDDonWJ/BdWjOzIFSddh9dZEZxIP2XwODsOpnPKbHs=";
hash = "sha256-3wUf2J7TncxUdqN3SgAdHwMLbkNXj9Pwf7Zk3OmAThY=";
};
postPatch = ''