python313Packages.deebot-client: 13.2.1 -> 13.3.0

https://github.com/DeebotUniverse/client.py/releases/tag/13.3.0
This commit is contained in:
Martin Weinelt
2025-06-12 16:59:42 +02:00
parent 192466811d
commit f1e80d2c8d
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "13.2.1";
version = "13.3.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
hash = "sha256-6R9ihxe63YMVgVk+5R9pDNT3a/c9lK28wNleVb5NcRA=";
hash = "sha256-dnh+3/viaaxlx3H0ceDH1N72kC1HBC7Szz+Gb6ryUJM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-GNqoP/Zz5xHl2cLz7AqRKXsfLXgdLbgXSK8EdBWtOAU=";
hash = "sha256-v8FtW1gPoPfOpcxUrM7g0LKR8k0VPR13hsHCPT8uLzs=";
};
pythonRelaxDeps = [