Skip to content

Commit

Permalink
python312Packages.deebot-client: 8.3.0 -> 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 4, 2024
1 parent 698716e commit 4653214
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pkgs/development/python-modules/deebot-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
defusedxml,
docker,
fetchFromGitHub,
hatch-vcs,
hatchling,
numpy,
pillow,
pycountry,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
svg-py,
testfixtures,
}:

buildPythonPackage rec {
pname = "deebot-client";
version = "8.3.0";
version = "8.4.0";
pyproject = true;

disabled = pythonOlder "3.12";
Expand All @@ -30,15 +30,18 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-a6gFy+w+5FEs4YwS2Pfcyiv0grLcSzFpxxbcZ0AYIL4=";
hash = "sha256-VWXJykG9XSrpTjnv5radUAp/OMCH2YVlmkT6L8S+wyI=";
};

build-system = [
setuptools
setuptools-scm
pythonRelaxDeps = [
"aiohttp"
"defusedxml"
];

pythonRelaxDeps = [ "aiohttp" ];
build-system = [
hatch-vcs
hatchling
];

dependencies = [
aiohttp
Expand Down

0 comments on commit 4653214

Please sign in to comment.