python3Packages.aioesphomeapi: 42.7.0 -> 42.8.0

Diff: https://github.com/esphome/aioesphomeapi/compare/v42.7.0...v42.8.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v42.8.0
This commit is contained in:
Robert Schütz
2025-11-26 12:21:07 -08:00
parent 0340a0ebdb
commit ee3db5bc73
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "42.7.0";
version = "42.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-dMpAlblqkmwYsXdMLkxGxpVxbbS/sBkRJR46BwXs2PM=";
hash = "sha256-33QldAjCuuZr/aqAN3chq57lKzfE8n0ZXybtrAoW4tc=";
};
build-system = [