Unverified Commit ac34572e authored by Matt Leon's avatar Matt Leon
Browse files

python-matter-server: 5.8.0 -> 5.8.1

parent 9df3e30c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [