python313Packages.aioesphomeapi: 43.13.0 -> 43.14.0

Diff: https://github.com/esphome/aioesphomeapi/compare/v43.13.0...v43.14.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v43.14.0
This commit is contained in:
Fabian Affolter
2026-01-26 11:36:20 +01:00
parent aba0c69dce
commit a7db7a471c
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioesphomeapi";
version = "43.13.0";
version = "43.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${finalAttrs.version}";
hash = "sha256-ffpXmZcDd0L1wY+S3pzkenlart9jSRSeeJdwd2GGu2w=";
hash = "sha256-SuJNGRaXWq7KDMshq46oKSVD+1eVUqOhy9D/R3OLeys=";
};
build-system = [