about summary refs log tree commit diff
path: root/pkgs/development/python-modules/home-assistant-chip-clusters
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-26 13:17:14 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-26 13:17:14 +0200
commit0bebf70bf6f5df055e50d76b4ad6dc82d973e192 (patch)
treee5dc16f94b2f559e137dbb58fd9b6e42c04013e0 /pkgs/development/python-modules/home-assistant-chip-clusters
parentde34f90f35f28190ec843bde71027fe8df552a42 (diff)
python310Packages.home-assistant-chip-clusters: 2023.5.2 -> 2023.5.3
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.5.3
Diffstat (limited to 'pkgs/development/python-modules/home-assistant-chip-clusters')
-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 b488dcb6b2d80..663d4e4c0b3b9 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.5.2";
+  version = "2023.5.3";
   format = "wheel";
 
   src = fetchPypi {
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     pname = "home_assistant_chip_clusters";
     dist = "py3";
     python = "py3";
-    hash = "sha256-uOIrKEBOWDrne/sfso60QIrasH/++bShgN5XE4KHdMo=";
+    hash = "sha256-g3Hj21UPkHKKRXPewKLivWaUn1kXnVebayJYOmZfLBY=";
   };
 
   propagatedBuildInputs = [