From 0eb3e2aebd8761e780a1475811b096f2b761ec3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= <mail@dotlambda.de>
Date: Thu, 21 Nov 2024 20:49:58 -0800
Subject: [PATCH] python312Packages.hahomematic: 2024.11.7 -> 2024.11.8

Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.11.7...2024.11.8

Changelog: https://github.com/danielperna84/hahomematic/blob/refs/tags/2024.11.8/changelog.md
---
 pkgs/development/python-modules/hahomematic/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix
index a2513b2ff295..8f36797f2619 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2024.11.7";
+  version = "2024.11.8";
   pyproject = true;
 
   disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = "hahomematic";
     rev = "refs/tags/${version}";
-    hash = "sha256-9sCsddVgzfObmhSwfayuf7n7VNlDKKCLM8/dsMH91GA=";
+    hash = "sha256-fDHt9D2Lr3yVLhWYar4ANeq3W4A1lhAxSLTjWqJzJNE=";
   };
 
   __darwinAllowLocalNetworking = true;