about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-24 02:30:48 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-03 23:02:52 +0100
commit8a30737c3b8d87080e6def785f8ba9604ccf4645 (patch)
treec97e8ad3d9712991af2a88c405ac6300003067fe /pkgs
parent127f1ef2c6940551596035044274e0dcbc49cc63 (diff)
python311Packages.home-assistant-chip-clusters: 2023.10.2 -> 2023.12.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.12.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/home-assistant-chip-clusters/default.nix4
1 files changed, 2 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 86c01c1252e7a..8787a8da31e85 100644
--- a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix
+++ b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "home-assistant-chip-clusters";
-  version = "2023.10.2";
+  version = "2023.12.0";
   format = "wheel";
 
   src = fetchPypi {
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     pname = "home_assistant_chip_clusters";
     dist = "py3";
     python = "py3";
-    hash = "sha256-wAXxz0BryZ6i0yaqNp74PfApwMHYQuSLz5prJEiG1YE=";
+    hash = "sha256-4yAfbQBqHMEXWMwJ0kSDs0We/AsHweJ+Tc8aZiWi90w=";
   };
 
   propagatedBuildInputs = [