python3Packages.python-roborock: 5.0.0 -> 5.5.1
Diff: https://github.com/Python-roborock/python-roborock/compare/v5.0.0...v5.5.1 Changelog: https://github.com/Python-roborock/python-roborock/blob/v5.5.1/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
a3ffb1e6a4
commit
ad61540b76
@@ -11,6 +11,7 @@
|
||||
freezegun,
|
||||
hatchling,
|
||||
paho-mqtt,
|
||||
protobuf,
|
||||
pycryptodome,
|
||||
pycryptodomex,
|
||||
pyrate-limiter,
|
||||
@@ -23,17 +24,20 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-roborock";
|
||||
version = "5.0.0";
|
||||
version = "5.5.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Python-roborock";
|
||||
repo = "python-roborock";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Lzr+OBbOjsLpkUsFYNJ37teegWjicUAoW9Jvw3hOvGE=";
|
||||
hash = "sha256-2ShXt2mtMhMugzqOHhY1GT7cQ0K78k/4/bPmmP/uheI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "pycryptodome" ];
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
"pycryptodome"
|
||||
];
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
@@ -43,6 +47,7 @@ buildPythonPackage (finalAttrs: {
|
||||
click
|
||||
construct
|
||||
paho-mqtt
|
||||
protobuf
|
||||
pycryptodome
|
||||
pyrate-limiter
|
||||
vacuum-map-parser-roborock
|
||||
|
||||
Reference in New Issue
Block a user