Merge pull request #249394 from fabaff/python-otbr-api-bump

python311Packages.python-otbr-api: 2.4.0 -> 2.5.0
This commit is contained in:
Nick Cao 2023-08-15 19:10:45 -06:00 committed by GitHub
commit fa103d4f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "python-otbr-api";
version = "2.4.0";
version = "2.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AN0CmXLOPI5Pd57fEw3dMM2AjiBGfZ/4hPwpVXU6Jho=";
hash = "sha256-bPN2h60ypjlKpXs1xDS7bZcGRXvatA3EdlAX/HLxxTM=";
};
nativeBuildInputs = [