python3Packages.home-connect-async: 0.8.3 -> 0.8.5

This commit is contained in:
Robert Schütz
2026-04-02 13:10:35 -07:00
parent 26d0f42f06
commit 7850e8a882
@@ -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 = [