python313Packages.deebot-client: 17.0.1 -> 17.1.0

Diff: https://github.com/DeebotUniverse/client.py/compare/17.0.1...17.1.0

Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/17.1.0
This commit is contained in:
Fabian Affolter
2026-01-29 01:23:37 +01:00
parent 31a7a9ee76
commit 0f37903352
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "17.0.1";
version = "17.1.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -31,12 +31,12 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
hash = "sha256-evd0wqID9kEBzhJgRSpcd95ALp9LPSb5RM3wEIKuY0Y=";
hash = "sha256-0gKjps5KqbicYYyN3VTO9diF11zR1UYsTyIwZG34doI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-cLNFUDT74NrBgUL6vGC6lbFy2A2W1jYF7A8H3BQ/s8A=";
hash = "sha256-h1iSXoVv9J6u30VCudIhGBuJsWCKUJyXhVaM/5f5NqI=";
};
pythonRelaxDeps = [