From 06044a9e88946ae33de17fa4e75f82bc14fd7dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 5 Feb 2025 16:22:52 -0800 Subject: [PATCH] python313Packages.hahomematic: 2025.2.3 -> 2025.2.5 Diff: https://github.com/SukramJ/hahomematic/compare/refs/tags/2025.2.3...2025.2.5 Changelog: https://github.com/SukramJ/hahomematic/blob/2025.2.5/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 ef878b66f04c..91221e73e874 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2025.2.3"; + version = "2025.2.5"; pyproject = true; disabled = pythonOlder "3.13"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "hahomematic"; tag = version; - hash = "sha256-NyHNnOwZ7avWv6Vvvoj0QuiPDtYNJOZU+6kNrksViYg="; + hash = "sha256-cBj5dwCGJ5++qAZ0JxlqIQKm/Lw3vWVH1DBVVDvkFco="; }; __darwinAllowLocalNetworking = true;