diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-10-25 13:20:55 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-10-25 17:40:40 +0200 |
| commit | f22e146741b128a2140161392f7bc157bb2df641 (patch) | |
| tree | 31acdfab3f74b16126af42f534e70d1c98426811 /pkgs/development/python-modules/python-matter-server | |
| parent | 6b365e3b3bbe0e299aa18f7471a805643a1fa413 (diff) | |
python311Packages.python-matter-server: 3.7.0 -> 4.0.0
https://github.com/home-assistant-libs/python-matter-server/releases/tag/4.0.0
Diffstat (limited to 'pkgs/development/python-modules/python-matter-server')
| -rw-r--r-- | pkgs/development/python-modules/python-matter-server/default.nix | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index ccb013d14e54..1c65a6de3220 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -1,7 +1,6 @@ { lib , buildPythonPackage , fetchFromGitHub -, fetchpatch , pythonOlder # build @@ -29,7 +28,7 @@ buildPythonPackage rec { pname = "python-matter-server"; - version = "3.7.0"; + version = "4.0.0"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -38,18 +37,9 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-matter-server"; rev = "refs/tags/${version}"; - hash = "sha256-t++7jQreibGpJRjJawicxjFIye5X6R1dpFqiM6yvRf0="; + hash = "sha256-7MBQo4jzBU/n7gVdGzVHlQl8Vj3OjfK4gk1vhLQQUE0="; }; - patches = [ - # https://github.com/home-assistant-libs/python-matter-server/pull/379 - (fetchpatch { - name = "relax-setuptools-dependency.patch"; - url = "https://github.com/home-assistant-libs/python-matter-server/commit/1bbc945634db92ea081051645b03c3d9c358fb15.patch"; - hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs="; - }) - ]; - nativeBuildInputs = [ setuptools wheel |
