From 3cb444a43672050b7cd2221ff4bd4323651a2c76 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Mar 2024 10:02:35 +0100 Subject: [PATCH] python311Packages.hahomematic: 2024.2.4 -> 2024.3.0 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.2.4...2024.3.0 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2024.3.0 --- 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 93a38ab9346c..5efcf8b1d730 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2024.2.4"; + version = "2024.3.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = "hahomematic"; rev = "refs/tags/${version}"; - hash = "sha256-p1LUF57wH8zWCwPo4pYeOGRBEYCNUv8CnYBGNYzKCgE="; + hash = "sha256-zSGzdj51StlLMmFZzprQUn6Ry9ahJPUq/Z9hVlKn8oA="; }; __darwinAllowLocalNetworking = true;