python311Packages.python-roborock: 2.2.3 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-06-08 10:13:28 +00:00
parent 0c11926f56
commit 5511b1dea5

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.2.3";
version = "2.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-aIvhc7MvFYbLTSKT0UZSb1glxcqfQvwTLgQPJFeS01M=";
hash = "sha256-YjD/aTSUeVuMyrdC2dcKgIqeBC+8NircRFLh2+mbD+8=";
};
postPatch = ''