Merge pull request #310518 from fabaff/python-roborock-bump

python312Packages.python-roborock: 2.0.0 -> 2.2.0
This commit is contained in:
Fabian Affolter 2024-05-10 12:31:55 +02:00 committed by GitHub
commit 28db8bfda9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.0.0";
version = "2.2.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-vtT6hsyiP1FxWo5PezcjJACknCT9JEhqSQ6C4FpU+Jg=";
hash = "sha256-/j7aJ34W7KP+O5ugl+xrA/X42SIjc+zfiBeSd1/4YZI=";
};
postPatch = ''