From 2f5ee5e9a94fdb6aa23e84b7c8e90fcdeb232bb8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 7 May 2023 12:35:14 +0200 Subject: python310Packages.python-matter-server: 3.2.0 -> 3.3.1 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.3.0 https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.3.1 --- pkgs/development/python-modules/python-matter-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/python-matter-server') diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index a41a6fcc2b2e..75b195b53edf 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.2.0"; + version = "3.3.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-T2DB3oWePYR8qKfUeVDMUA5JGdMk/onbpjBt2fWhCuw="; + hash = "sha256-IsoqCG+xV8FKFVmOP60NBAdIJGlI/ThpOOr7PTUTHzo="; }; nativeBuildInputs = [ -- cgit v1.2.3