python312Packages.python-roborock: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2024-07-20 23:59:03 +00:00
parent f0e8b2d93e
commit 321bd2bcf7
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-W+xq6FwBZNjrqivAWv821h5Pak0wGaksQoYN5EULSnA=";
hash = "sha256-Mszy1p7TOEynCePCEiLhwdWiKXfFnlo3/a3vc9TxGeY=";
};
postPatch = ''