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

python311Packages.python-roborock: 0.20.2 -> 0.21.0
This commit is contained in:
Nick Cao 2023-06-04 20:35:03 -06:00 committed by GitHub
commit 49085ee1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "0.20.2";
version = "0.21.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-AmvUJmvbsVRlKOreF+3JvtLujLqtM04CL94chd85Wk8=";
hash = "sha256-H65vINDjv9TZQePhyc3x9COX56qKnqRIzA06txEPizk=";
};
nativeBuildInputs = [