python3Packages.deebot-client: 18.2.0 -> 18.3.0

Diff: https://github.com/DeebotUniverse/client.py/compare/18.2.0...18.3.0

Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/18.3.0
This commit is contained in:
Fabian Affolter
2026-05-09 15:27:32 +02:00
parent d267c29884
commit 312117d9fb
@@ -22,7 +22,7 @@
buildPythonPackage (finalAttrs: {
pname = "deebot-client";
version = "18.2.0";
version = "18.3.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -31,12 +31,12 @@ buildPythonPackage (finalAttrs: {
owner = "DeebotUniverse";
repo = "client.py";
tag = finalAttrs.version;
hash = "sha256-t9ODbQhbJvnXfdWbnmjAqO6DQnJ+MzM8TD24KAs7NZ4=";
hash = "sha256-dQh98CIEbxpRga2BbB8X1KtGZ18jvVv4DhyJ1LFNNuw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-9GitKi4NEsXiKXN1cV2NDpOydUkOsAjIWo4QaL254y0=";
hash = "sha256-MNMLOF3j+bGEhDeRln5wLOG6gY+ssSQqrb8vdmyJdtA=";
};
nativeBuildInputs = [