python311Packages.python-roborock: 0.23.6 -> 0.29.2
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.23.6...0.29.2 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.29.2/CHANGELOG.md
This commit is contained in:
parent
8fb60a05dd
commit
1bb0bbd9f0
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, aiohttp
|
||||
, alexapy
|
||||
, async-timeout
|
||||
, buildPythonPackage
|
||||
, click
|
||||
@ -14,27 +15,34 @@
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "0.23.6";
|
||||
version = "0.29.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5WgCVdmEhFrKYT7Uflnjv6OIISk//VH2aoxVwlWuPTk=";
|
||||
hash = "sha256-Jxo3y7hQeedLYLrofnSivWGgmuRfnFeFnxkmwjoQ2Tc=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pycryptodome"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
alexapy
|
||||
aiohttp
|
||||
async-timeout
|
||||
click
|
||||
|
Loading…
Reference in New Issue
Block a user