From cb16b92d148ebec272e07e5fde563012970ff7a5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 28 Feb 2024 16:00:46 +0100 Subject: [PATCH] python311Packages.python-matter-server: 5.7.0b1 -> 5.7.0b2 https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.7.0b2 --- .../python-modules/python-matter-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index 0d15f0ecedd4..588f2042bd9b 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "python-matter-server"; - version = "5.7.0b1"; + version = "5.7.0b2"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-matter-server"; rev = "refs/tags/${version}"; - hash = "sha256-icWp5DiUoTn1l0wNFk83jCpbVsb6MN2qM3QvI6uZaic="; + hash = "sha256-fMtvVizHeAzLdou0U1tqbmQATIBLK4w9I7EwMlzB8QA="; }; postPatch = ''