From 99e897ea136e944c121e93ab129ac56574cd17f6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Dec 2025 18:35:07 +0100 Subject: [PATCH] python313Packages.aiohomeconnect: 0.24.0 -> 0.26.0 Diff: https://github.com/MartinHjelmare/aiohomeconnect/compare/v0.24.0...v0.26.0 Changelog: https://github.com/MartinHjelmare/aiohomeconnect/blob/v0.26.0/CHANGELOG.md --- pkgs/development/python-modules/aiohomeconnect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohomeconnect/default.nix b/pkgs/development/python-modules/aiohomeconnect/default.nix index 10901fa9e15f..3b1845f15ca5 100644 --- a/pkgs/development/python-modules/aiohomeconnect/default.nix +++ b/pkgs/development/python-modules/aiohomeconnect/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "aiohomeconnect"; - version = "0.24.0"; + version = "0.26.0"; pyproject = true; src = fetchFromGitHub { owner = "MartinHjelmare"; repo = "aiohomeconnect"; tag = "v${version}"; - hash = "sha256-mFUSrkVziN+A980w24ZupGLld5g4YG/6A4qa+Cpwe4Y="; + hash = "sha256-SZcKtYCZeGDDWddrnh2+PT0mS8vLTSiKwjNn4LTcWe8="; }; build-system = [ setuptools ];