From 08d283973d20c0028afbe1f081eabb4baaa05c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 18 Sep 2025 06:13:37 -0700 Subject: [PATCH] python3Packages.python-matter-server: 8.1.0 -> 8.1.1 Diff: https://github.com/home-assistant-libs/python-matter-server/compare/8.1.0...8.1.1 Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/8.1.1 --- .../python-modules/python-matter-server/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index 326dadcfd733..6a7e0ca388a3 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -12,7 +12,6 @@ # dependencies aiohttp, aiorun, - async-timeout, atomicwrites, coloredlogs, orjson, @@ -57,7 +56,7 @@ in buildPythonPackage rec { pname = "python-matter-server"; - version = "8.1.0"; + version = "8.1.1"; pyproject = true; disabled = pythonOlder "3.12"; @@ -66,7 +65,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-matter-server"; tag = version; - hash = "sha256-g6C0QbnDA6+DMD0a5oWMSGWY4ZXUDJAXSmD05DmHPqI="; + hash = "sha256-vTJGe6OGFM+q9+iovsQMPwkrHNg2l4pw9BFEtSA/vmA="; }; patches = [ @@ -89,7 +88,6 @@ buildPythonPackage rec { dependencies = [ aiohttp aiorun - async-timeout atomicwrites coloredlogs orjson