python3Packages.deebot-client: 17.1.0 -> 18.0.0 (#493370)

This commit is contained in:
Fabian Affolter
2026-02-24 07:59:58 +00:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage (finalAttrs: {
pname = "deebot-client";
version = "17.1.0";
version = "18.0.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -31,12 +31,12 @@ buildPythonPackage (finalAttrs: {
owner = "DeebotUniverse";
repo = "client.py";
tag = finalAttrs.version;
hash = "sha256-0gKjps5KqbicYYyN3VTO9diF11zR1UYsTyIwZG34doI=";
hash = "sha256-ZKLA8RbYsysY+pAT9K6z2yThWo2YeM6TLqLBMuo+/GQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-h1iSXoVv9J6u30VCudIhGBuJsWCKUJyXhVaM/5f5NqI=";
hash = "sha256-UcgQKv8YhsWdOzKQ7K3HTX/FmopQen7HQ/Jyuj+hePI=";
};
nativeBuildInputs = [