python-matter-server: 5.8.0 -> 5.8.1

Release notes: https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.8.1
This commit is contained in:
Matt Leon
2024-03-07 07:43:38 -05:00
parent 9df3e30ce2
commit ac34572ecf
@@ -55,7 +55,7 @@ in
buildPythonPackage rec {
pname = "python-matter-server";
version = "5.8.0";
version = "5.8.1";
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-bpXRay4JUujqdnscGldW732e8FTkcmfShbtwp2YJC60=";
hash = "sha256-iisDEopaKklLvvGDTo2fv0Fpkhuhd+7KoNnQA+QmjB8=";
};
patches = [