python3Packages.aioesphomeapi: 44.13.3 -> 44.23.0 (#516734)

This commit is contained in:
dotlambda
2026-05-06 15:42:18 +00:00
committed by GitHub
@@ -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