python3Packages.aioesphomeapi: 44.23.0 -> 44.24.1

https://github.com/esphome/aioesphomeapi/releases/tag/v44.24.1
This commit is contained in:
Martin Weinelt
2026-05-31 14:42:06 +02:00
parent ed1de9a708
commit 5230f3e0dc
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioesphomeapi";
version = "44.23.0"; # must track the major version that home-assistant pins
version = "44.24.1"; # must track the major version that home-assistant pins
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${finalAttrs.version}";
hash = "sha256-mKk4NO44mVTV5Fe8oDhQYcNp8V1OLsPt4xk+kztXwrM=";
hash = "sha256-D2MJISyHz4s0Rk6wGMrYVJHfvA/Xbw2UEp2KqTqS2nA=";
};
postPatch = ''