Merge pull request #316484 from fabaff/deebot-client-bump

python312Packages.deebot-client: 7.2.0 -> 7.3.0
This commit is contained in:
Fabian Affolter 2024-06-02 08:48:26 +02:00 committed by GitHub
commit c4f2d8ae09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "7.2.0";
version = "7.3.0";
pyproject = true;
disabled = pythonOlder "3.12";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-5GALvd9p+ksxWqkfkSd07mPNzQSbdeGzrUjQU2nWs3g=";
hash = "sha256-zXe110cGrrnwZvQ3pI9Zka7bcuUS/Js+7A3k6OljAYI=";
};
build-system = [