python313Packages.reolink-aio: 0.16.1 -> 0.16.2

Diff: https://github.com/starkillerOG/reolink_aio/compare/0.16.1...0.16.2

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.16.2
This commit is contained in:
Fabian Affolter
2025-10-10 08:55:21 +02:00
parent f18aed0c4f
commit 457eca6a94
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "reolink-aio";
version = "0.16.1";
version = "0.16.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "reolink_aio";
tag = version;
hash = "sha256-CLn/aojExLQa3yMqbzLWYAAc4pLKHZ8Nrm4vbjn/ZTM=";
hash = "sha256-Vkjt+/dG9m3sf9sQM++I+IgWdsBe338VjqoVr2pD3C0=";
};
build-system = [ setuptools ];