python312Packages.deebot-client: 7.0.0 -> 7.1.0

https://github.com/DeebotUniverse/client.py/releases/tag/7.1.0
This commit is contained in:
Martin Weinelt 2024-05-03 14:22:19 +02:00
parent 5c283b7918
commit 19465308bb

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-RlLWC1TLjrwQ7t727WpjePJA1zGj4460Ioj6efm/jSw=";
hash = "sha256-x4P0hFsyo/QLQA+MOecbiKfZ/5TL6WKWXftsLz9XBA4=";
};
build-system = [