python311Packages.deebot-client: 5.0.0 -> 5.1.0
Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/5.1.0
This commit is contained in:
parent
3747126155
commit
b7c9da4e93
@ -8,6 +8,7 @@
|
||||
, fetchFromGitHub
|
||||
, numpy
|
||||
, pillow
|
||||
, pycountry
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
@ -19,7 +20,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "deebot-client";
|
||||
version = "5.0.0";
|
||||
version = "5.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -28,7 +29,7 @@ buildPythonPackage rec {
|
||||
owner = "DeebotUniverse";
|
||||
repo = "client.py";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-fBRP3ieeTIVtyNtRapmAr1utuLMp44C1hK/TAExy4Ok=";
|
||||
hash = "sha256-XKsS0Ty3n6rQW+f+4lLCc4i9DBqs3b6R5FEIr8L11UE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -48,6 +49,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
docker
|
||||
pycountry
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
testfixtures
|
||||
|
Loading…
Reference in New Issue
Block a user