python3Packages.python-otbr-api: 2.7.1 -> 2.8.0
Diff: https://github.com/home-assistant-libs/python-otbr-api/compare/2.7.1...2.8.0 Changelog: https://github.com/home-assistant-libs/python-otbr-api/releases/tag/2.8.0
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-otbr-api";
|
||||
version = "2.7.1";
|
||||
version = "2.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "python-otbr-api";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-hFWFi64mRJL5487N6Xm6EQVVaYEzsdg9P2QZYEn758k=";
|
||||
hash = "sha256-+Y07rSLIjBQiPuiXKDV5aQhA5mX9c9v7AGktL8rS4sc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user