python312Packages.deebot-client: 8.2.0 -> 8.3.0

https://github.com/DeebotUniverse/client.py/releases/tag/8.3.0
This commit is contained in:
Martin Weinelt
2024-08-09 14:46:55 +02:00
parent 0af9ccec78
commit 645948e10a
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "8.2.0";
version = "8.3.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-foIRWZcv+i/UZMMr1LjNiUpvJVD9UOWHPKHpcGHXfxQ=";
hash = "sha256-a6gFy+w+5FEs4YwS2Pfcyiv0grLcSzFpxxbcZ0AYIL4=";
};
build-system = [
@@ -38,6 +38,8 @@ buildPythonPackage rec {
setuptools-scm
];
pythonRelaxDeps = [ "aiohttp" ];
dependencies = [
aiohttp
aiomqtt