python312Packages.python-otbr-api: 2.6.0 -> 2.7.0 (#374464)

authored by Nick Cao and committed by GitHub 48aec0eb 1e9e13f4

+4 -4
+4 -4
pkgs/development/python-modules/python-otbr-api/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "python-otbr-api"; 17 - version = "2.6.0"; 17 + version = "2.7.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "home-assistant-libs"; 24 24 repo = "python-otbr-api"; 25 25 tag = version; 26 - hash = "sha256-RMj4NdEbMIxh2PDzbhUWgmcdzRXY8RxcQNN/bbGOW5Q="; 26 + hash = "sha256-irQ4QvpGIAYYKq0UqLuo7Nrnde905+GJFd4HkxsCDmQ="; 27 27 }; 28 28 29 - nativeBuildInputs = [ setuptools ]; 29 + build-system = [ setuptools ]; 30 30 31 - propagatedBuildInputs = [ 31 + dependencies = [ 32 32 aiohttp 33 33 bitstruct 34 34 cryptography