python312Packages.deebot-client: 5.2.2 -> 6.0.2

This commit is contained in:
R. Ryantm 2024-02-26 22:40:25 +00:00
parent 5e3b611a30
commit 24bc3c100f

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "5.2.2";
version = "6.0.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-ybZ8f3tqhj0SPbwjtgTB45y4Tx/lIyNZ5vShYsbIrfU=";
hash = "sha256-PjM2bh79o4bBv3zQyFYehhdlvXKFW8Hk0ZKfZDAuiQU=";
};
nativeBuildInputs = [