python312Packages.python-matter-server: 5.9.0 -> 5.10.0

https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.10.0
This commit is contained in:
Martin Weinelt 2024-05-03 17:51:44 +02:00
parent 4e43d17ca6
commit b2818747ab
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -55,7 +55,7 @@ in
buildPythonPackage rec {
pname = "python-matter-server";
version = "5.9.0";
version = "5.10.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -64,7 +64,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-matter-server";
rev = "refs/tags/${version}";
hash = "sha256-O3AJ7vBjuwRGa4AMwWIdxn5m2F45rLCjCHeff18b/5E=";
hash = "sha256-rfpGclSgCBTxlTgVqgNz3ixoldB9M+6mLmogkNDDdWs=";
};
patches = [