summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-02 00:55:36 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-02 22:11:56 +0000
commitcbfb4e70e3a6bce7ef066a438cd62f0db928126e (patch)
tree3517a86698a598442577b81dfe66c45f4b5a5537 /pkgs/development/python-modules
parent7b94126918bca0c83abab2857b355880aa612050 (diff)
python310Packages.home-assistant-chip-clusters: 2023.1.0 -> 2023.2.2
Changelog: https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.2.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/home-assistant-chip-clusters/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix
index 8807d0877bb8..67393f6f113f 100644
--- a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix
+++ b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix
@@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "home-assistant-chip-clusters";
- version = "2023.1.0";
+ version = "2023.2.2";
format = "wheel";
src = fetchPypi {
@@ -14,7 +14,7 @@ buildPythonPackage rec {
pname = "home_assistant_chip_clusters";
dist = "py3";
python = "py3";
- hash = "sha256-2UcDu2b3DtijAOUt+eazleoKxEhAgsU3MY/OoEBpLNg=";
+ hash = "sha256-FsIE4dcZOP24/DX6TLnmoCHMYe4f9gWqmv2L25ujqu4=";
};
propagatedBuildInputs = [
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python-base APIs and tools for CHIP";
homepage = "https://github.com/home-assistant-libs/chip-wheels";
+ changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
license = licenses.asl20;
maintainers = teams.home-assistant.members;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];