From c59ee8534ea26bf63e40093222f1bef513037c13 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 1 Jun 2025 08:36:43 +0200 Subject: [PATCH] python313Packages.aiohomeconnect: 0.17.0 -> 0.17.1 Diff: https://github.com/MartinHjelmare/aiohomeconnect/compare/refs/tags/v0.17.0...refs/tags/v0.17.1 Changelog: https://github.com/MartinHjelmare/aiohomeconnect/blob/v0.17.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 fd547a0455ff..311cc5ac9be9 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.17.0"; + version = "0.17.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "MartinHjelmare"; repo = "aiohomeconnect"; tag = "v${version}"; - hash = "sha256-cHY+e4g5DeMUChXOFDexY0PViiMpT6gYPxPTkfBcssk="; + hash = "sha256-UY1OFrydA42B/Tu4jwDwTe0kpnAhXfi75GUc4FlI9pE="; }; build-system = [ setuptools ];