python3Packages.reolink-aio: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm
2025-12-05 17:00:12 +00:00
parent 1177aa56e1
commit e17e7a2216
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "reolink-aio";
version = "0.17.0";
version = "0.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "starkillerOG";
repo = "reolink_aio";
tag = version;
hash = "sha256-XJ5Ec3f4OCVsi7WFLxAi3kemC87yRw4gGmgHyGLeHiY=";
hash = "sha256-tAanxijwWCKzxkMXsIGtbb7lLhGDog5k5MS8m9I6Hnc=";
};
build-system = [ setuptools ];