From f948ec3cde9b7ee08a35461f8c2c6374fcd1c838 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 23 May 2023 22:40:23 +0200 Subject: [PATCH] python310Packages.python-matter-server: 3.3.1 -> 3.4.1 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.4.0 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.4.1 --- .../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 75b195b53ed..a20a806a19c 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "python-matter-server"; - version = "3.3.1"; + version = "3.4.1"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -36,7 +36,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-matter-server"; rev = "refs/tags/${version}"; - hash = "sha256-IsoqCG+xV8FKFVmOP60NBAdIJGlI/ThpOOr7PTUTHzo="; + hash = "sha256-lNIWtg4+7sXWhg4V2lwMO6jyE0mMh6Fqtwjzri/Tfh8="; }; nativeBuildInputs = [