python3Packages.python-otbr-api: 2.9.0 -> 2.10.0 (#498369)

This commit is contained in:
dotlambda
2026-04-29 19:36:49 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-otbr-api";
version = "2.9.0";
version = "2.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "python-otbr-api";
tag = finalAttrs.version;
hash = "sha256-UhDcWw7QsKQ9t1SzdFoSf7ZrkUkKUaPwuMbrqEGA48o=";
hash = "sha256-WBL6R4yw/4yuF/T94NtaapGspn4L2H0glVatW6+hoRk=";
};
build-system = [ setuptools ];