From c24013402b21ec2eba5dcb2fdf1565791ac92f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 25 Jun 2025 22:04:11 -0700 Subject: [PATCH] python3Packages.hahomematic: 2025.4.1 -> 2025.6.0 Diff: https://github.com/SukramJ/hahomematic/compare/refs/tags/2025.4.1...refs/tags/2025.6.0 Changelog: https://github.com/SukramJ/hahomematic/blob/2025.6.0/changelog.md --- pkgs/development/python-modules/hahomematic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index df23cbae5af0..0e57d4e573ca 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.4.1"; + version = "2025.6.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -26,14 +26,14 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "hahomematic"; tag = version; - hash = "sha256-cJpt5OjC2zXsKIxYZ+5TQORDuhLsQ+6MBzXD9ygG5Os="; + hash = "sha256-1gZ0TWBFDe+RN5Rb3dUEZyEsy1kyR8Qhlpj9eJRuh60="; }; __darwinAllowLocalNetworking = true; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "setuptools==78.1.0" "setuptools" \ + --replace-fail "setuptools==80.9.0" "setuptools" \ ''; build-system = [ setuptools ];