python313Packages.deebot-client: 13.7.0 -> 15.0.0

Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/15.0.0

Changed files
+6 -3
pkgs
development
python-modules
deebot-client
+6 -3
pkgs/development/python-modules/deebot-client/default.nix
···
defusedxml,
docker,
fetchFromGitHub,
+
orjson,
pkg-config,
pycountry,
pytest-asyncio,
···
buildPythonPackage rec {
pname = "deebot-client";
-
version = "13.7.0";
+
version = "15.0.0";
pyproject = true;
disabled = pythonOlder "3.13";
···
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
-
hash = "sha256-38o4hSeCxeKbfjG30XN3pex4hI4mAKRGvaybAlo8hV8=";
+
hash = "sha256-rTVVcbA0lsnxOlzyLq9Br9maw8CRNpww9T/FnTGCKmw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
-
hash = "sha256-KeOoOupIParD8id7xlkBigjr5Lo9yeFkClh4pPQE3cM=";
+
hash = "sha256-IdaBhExbH0yotjMjkqgdbyVMrFMfAItM6vadYlldCIE=";
};
pythonRelaxDeps = [
"aiohttp"
"defusedxml"
+
"orjson"
];
nativeBuildInputs = [
···
aiomqtt
cachetools
defusedxml
+
orjson
];
nativeCheckInputs = [