python312Packages.reolink-aio: 0.11.0 -> 0.11.1

https://github.com/starkillerOG/reolink_aio/releases/tag/0.11.1
This commit is contained in:
Martin Weinelt 2024-11-15 21:12:54 +01:00
parent f6b0feb52a
commit 2bc5df61c9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "reolink-aio";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "reolink_aio";
rev = "refs/tags/${version}";
hash = "sha256-CRKCqIi4WxO5t0PdyGV3fJlcK99j1PKVSBoisw4zuZ0=";
hash = "sha256-cY5EEIab+6JzDI3QpsFbPPdf3mJ+Pax1pkZKNewVkTI=";
};
build-system = [ setuptools ];