python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910)

This commit is contained in:
Fabian Affolter
2024-11-11 07:05:35 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "reolink-aio";
version = "0.10.4";
version = "0.11.0b1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "reolink_aio";
rev = "refs/tags/${version}";
hash = "sha256-7dRwZKthEAtVvOsKUXgkCE5zwUtcJgSJZiaHXJwZ+9w=";
hash = "sha256-kLrdhwIUdmZh08I7XOHT2ciiVn8JE9lcfVcMJf05bkk=";
};
build-system = [ setuptools ];