python3Packages.aioesphomeapi: 43.3.0 -> 43.6.0 (#473765)

This commit is contained in:
Nick Cao
2025-12-26 21:33:53 +00:00
committed by GitHub
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "43.3.0";
version = "43.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-x6X1iqTrmBfPA6/gy/qBIUYtr0jv0hPO26pWaONAV3c=";
hash = "sha256-ghm+44EEgzlIfbcHrIrOLVyCSYH+Sj2b7RWIhD3mgUA=";
};
build-system = [