From 7850e8a882a7ca5a21ee1593ee6a45530e9f7200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 1 Apr 2026 11:39:00 -0700 Subject: [PATCH] python3Packages.home-connect-async: 0.8.3 -> 0.8.5 --- .../development/python-modules/home-connect-async/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/home-connect-async/default.nix b/pkgs/development/python-modules/home-connect-async/default.nix index 283eae7a23a4..a149c84cbfd7 100644 --- a/pkgs/development/python-modules/home-connect-async/default.nix +++ b/pkgs/development/python-modules/home-connect-async/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "home-connect-async"; - version = "0.8.3"; + version = "0.8.5"; pyproject = true; src = fetchPypi { pname = "home_connect_async"; inherit version; - hash = "sha256-G+mHXNbqU0pgqpvGfKmn6CrwZOhRG76m57eHimgN17s="; + hash = "sha256-LiBBE9AiyMWipQKtHsOZ5rfqOgB75flrJYtU1oAw+hs="; }; build-system = [