Robert Schütz
2025-11-05 10:01:10 -08:00
parent 321f067abc
commit 9cfb671122
@@ -15,13 +15,14 @@
pytestCheckHook,
pythonOlder,
rustPlatform,
syrupy,
testfixtures,
xz,
}:
buildPythonPackage rec {
pname = "deebot-client";
version = "15.1.0";
version = "16.3.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -30,12 +31,12 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
hash = "sha256-ey7xr9ejDFwfSNwhNBmI2/oJ6zoeAmyTsByxLQ3MQe4=";
hash = "sha256-FjUHYG0AkZ/AS1jZhPc28f8rnjuWIyRpumnRnDaoRqY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-28Rkm5doYRtrH+Rc64gYxzNwVjBaGzLTynej8OwBqVg=";
hash = "sha256-jAycxAxSSWwDNhtdvSCLujMsa7dMQ1lFLtMtVsKHdvk=";
};
pythonRelaxDeps = [
@@ -66,6 +67,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-codspeed
pytestCheckHook
syrupy
testfixtures
];