python311Packages.python-roborock: 0.32.0 -> 0.32.2
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.32.0...v0.32.2 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.32.2/CHANGELOG.md
This commit is contained in:
parent
24515960d7
commit
0d0a8352e5
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "0.32.0";
|
||||
version = "0.32.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-DojIfAmYW/asvpAkcBj/pN1rdCPFD4nwkEqpGVBkMoE=";
|
||||
hash = "sha256-QMKdStv8WNGUjRrtU6ZKXsJPsYWMXbDMqWUO1nkD1Cc=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue