Fabian Affolter 2024-06-05 20:45:50 +02:00
parent 63f559ca65
commit fca1626a8c

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-W/42NUs3fQKCxM6hlJTmNQ7E8FevxO3XJCOYyZHQsqs=";
hash = "sha256-aIvhc7MvFYbLTSKT0UZSb1glxcqfQvwTLgQPJFeS01M=";
};
postPatch = ''