python3Packages.aioesphomeapi: 43.10.1 -> 43.12.0

This commit is contained in:
R. Ryantm
2026-01-11 12:55:37 +00:00
parent a72beff4f5
commit 44a7fc83cf
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "43.10.1";
version = "43.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-UzeCXjWqcwEuoZY9YotbIGfvoSsJpGLMLErdF1Ld5AI=";
hash = "sha256-XCs+M2Au3+711pUnDAEMM2MKZgSgD+Xjlp6pDQoxVMc=";
};
build-system = [