Martin Weinelt
2024-06-24 12:18:26 +02:00
parent 20001b719e
commit 1720aa561d
@@ -55,7 +55,7 @@ in
buildPythonPackage rec {
pname = "python-matter-server";
version = "6.1.0";
version = "6.1.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -64,7 +64,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-matter-server";
rev = "refs/tags/${version}";
hash = "sha256-sY/FaMZ3p/AC63t1ku1Khgqi71G7u2O+ZPTuMPHFkuk=";
hash = "sha256-J0Y7+cNRpHxCLYoOMd/W8WxvDQzJdqfbcaD779tSPqM=";
};
patches = [