From 2b6151b9d7e4ca3a436e98b90bda6b869896a8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 15 Jan 2025 15:37:41 -0800 Subject: [PATCH] python313Packages.hahomematic: 2025.1.5 -> 2025.1.7 Diff: https://github.com/SukramJ/hahomematic/compare/refs/tags/2025.1.5...2025.1.7 Changelog: https://github.com/SukramJ/hahomematic/blob/2025.1.7/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 11c7981bed65..beaa76aa68e2 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.1.5"; + version = "2025.1.7"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "hahomematic"; tag = version; - hash = "sha256-MEGAfpA7TMscCitAjw66lXADrc/Jb1i8REV3V17YZK8="; + hash = "sha256-YMyqzPnHmc9iDkf9ZwVVvqlDntXHqVEUjtj0Sk7UMEg="; }; __darwinAllowLocalNetworking = true;