python3Packages.aioesphomeapi: 44.0.0 -> 44.2.0

Diff: https://github.com/esphome/aioesphomeapi/compare/v44.0.0...v44.2.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v44.2.0
This commit is contained in:
Fabian Affolter
2026-02-26 09:02:23 +01:00
parent 9ba5125b0a
commit d2cd456b7b
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioesphomeapi";
version = "44.0.0";
version = "44.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${finalAttrs.version}";
hash = "sha256-Su3tNBWJwPg4pluVNuBqlw132qBPDvnbhSVpSre28zg=";
hash = "sha256-YJhNHNeY6952XrNthhLEzo/GVkKQC5QOcvTpAVbgRic=";
};
build-system = [