summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-matter-server
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-24 02:31:14 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-03 23:02:52 +0100
commit245ecb47663ad461e1e89e9b07795ccdb6bb4ff0 (patch)
tree6561eee5553db168a5ccc67ca4875da04b5bd24d /pkgs/development/python-modules/python-matter-server
parent8a30737c3b8d87080e6def785f8ba9604ccf4645 (diff)
python311Packages.python-matter-server: 5.0.3 -> 5.1.1
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.1.0 https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.1.1
Diffstat (limited to 'pkgs/development/python-modules/python-matter-server')
-rw-r--r--pkgs/development/python-modules/python-matter-server/default.nix4
1 files 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 7d8b5cd3dd15..8c6ccf5754e6 100644
--- a/pkgs/development/python-modules/python-matter-server/default.nix
+++ b/pkgs/development/python-modules/python-matter-server/default.nix
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "python-matter-server";
- version = "5.0.3";
+ version = "5.1.1";
format = "pyproject";
disabled = pythonOlder "3.10";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-matter-server";
rev = "refs/tags/${version}";
- hash = "sha256-bR6AVoy9f02RKZ57dnHTDAv5LTCcd/qBbzMDRKsGbfM=";
+ hash = "sha256-y4gapml7rIwOu1TVDEHPch7JS5Rl/cIfMLeVMIFzXOY=";
};
postPatch = ''