Loading pkgs/development/python-modules/deebot-client/default.nix +11 −8 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 Loading Loading
pkgs/development/python-modules/deebot-client/default.nix +11 −8 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 Loading