python310Packages.python-matter-server: 3.4.2 -> 3.5.2
https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.5.0 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.5.1 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.5.2
This commit is contained in:
parent
832d59ea58
commit
6d12f3c8b7
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-matter-server";
|
||||
version = "3.4.2";
|
||||
version = "3.5.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
|||
owner = "home-assistant-libs";
|
||||
repo = "python-matter-server";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-C46GrCoilOYVZvuvYIOwyJM16tpJtm8cknqdAzhew7I=";
|
||||
hash = "sha256-sLVKhQIqJanvupfkJSLObHTiyGE+PP8UdQR2my1azUA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue