python3Packages.aioesphomeapi: 44.13.3 -> 44.23.0

Diff: https://github.com/esphome/aioesphomeapi/compare/v44.13.3...v44.23.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v44.23.0
This commit is contained in:
Robert Schütz
2026-05-04 21:26:41 -07:00
parent b4d504e99c
commit c83b46fdb4
@@ -26,16 +26,21 @@
buildPythonPackage (finalAttrs: {
pname = "aioesphomeapi";
version = "44.13.3";
version = "44.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${finalAttrs.version}";
hash = "sha256-PCCz12AAZuhDzqgJGhYpncr2ICN6xWefi/s9icbMSck=";
hash = "sha256-mKk4NO44mVTV5Fe8oDhQYcNp8V1OLsPt4xk+kztXwrM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=82.0.1" setuptools
'';
build-system = [
setuptools
cython