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

python311Packages.deebot-client: 5.1.0 -> 5.1.1
This commit is contained in:
Fabian Affolter 2024-02-09 09:06:36 +01:00 committed by GitHub
commit 830a7417cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "5.1.0";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
rev = "refs/tags/${version}";
hash = "sha256-XKsS0Ty3n6rQW+f+4lLCc4i9DBqs3b6R5FEIr8L11UE=";
hash = "sha256-axz31GboqaWAcBU8DtG700Se6rX7VV7eBrQBDazG+Ig=";
};
nativeBuildInputs = [