summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-matter-server
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-07 12:35:14 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-07 12:36:17 +0200
commit2f5ee5e9a94fdb6aa23e84b7c8e90fcdeb232bb8 (patch)
tree4cfc25cb685712fbfbb6649b1268e580cb8e1dd8 /pkgs/development/python-modules/python-matter-server
parentffbcdd1d2bd301afc6a32792751e77ead5fb59db (diff)
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
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 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 = [