python312Packages.python-matter-server: 6.3.0 -> 6.6.0
Diff: https://github.com/home-assistant-libs/python-matter-server/compare/refs/tags/6.3.0...6.6.0 Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/6.6.0
This commit is contained in:
parent
250f63e097
commit
7b2b527b31
@ -24,6 +24,7 @@
|
||||
zeroconf,
|
||||
|
||||
# tests
|
||||
aioresponses,
|
||||
python,
|
||||
pytest,
|
||||
pytest-aiohttp,
|
||||
@ -55,7 +56,7 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-matter-server";
|
||||
version = "6.3.0";
|
||||
version = "6.6.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -64,7 +65,7 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "python-matter-server";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/e7U0knkWQq9PnTimA2/ncNTyekx7QOcFEdtJHUcb9I=";
|
||||
hash = "sha256-g+97a/X0FSapMLfdW6iNf1akkHGLqCmHYimQU/M6loo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -105,6 +106,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
aioresponses
|
||||
pytest-aiohttp
|
||||
pytestCheckHook
|
||||
] ++ lib.flatten (lib.attrValues optional-dependencies);
|
||||
|
Loading…
Reference in New Issue
Block a user