From 43357b5c458a517957398b98800a30e2d9c0fcc1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Feb 2025 23:56:34 +0100 Subject: [PATCH] python313Packages.aiohomeconnect: 0.13.0 -> 0.15.1 Diff: https://github.com/MartinHjelmare/aiohomeconnect/compare/refs/tags/v0.13.0...v0.15.1 Changelog: https://github.com/MartinHjelmare/aiohomeconnect/blob/refs/tags/v0.15.1/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 da4dbfa316a0..48d79709fc7a 100644 --- a/pkgs/development/python-modules/aiohomeconnect/default.nix +++ b/pkgs/development/python-modules/aiohomeconnect/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aiohomeconnect"; - version = "0.13.0"; + version = "0.15.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiohomeconnect"; tag = "v${version}"; - hash = "sha256-pwdi9TdiX3C5Pw214QJaB1hsi99AoMQ+l2Iu1ULYW8Q="; + hash = "sha256-kHZUlaO0BQS9oVoqrFhaoHQPJgb5WEzWbvsc4EGcnHI="; }; build-system = [ setuptools ];