python313Packages.reolink-aio: 0.16.0 -> 0.16.1

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

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.16.1
This commit is contained in:
Fabian Affolter
2025-10-03 08:20:59 +02:00
parent 6e0e8f1225
commit c2a82a7446
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "reolink-aio";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "reolink_aio";
tag = version;
hash = "sha256-pxU3QuBH/xV77YLp0JqfYTJPVIbLvRKuaWnH5YU6vsE=";
hash = "sha256-CLn/aojExLQa3yMqbzLWYAAc4pLKHZ8Nrm4vbjn/ZTM=";
};
build-system = [ setuptools ];