python3Packages.aioesphomeapi: 43.3.0 -> 43.6.0

This commit is contained in:
R. Ryantm
2025-12-24 04:09:12 +00:00
parent 10ca7c2598
commit 2c707be425
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "43.3.0";
version = "43.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-x6X1iqTrmBfPA6/gy/qBIUYtr0jv0hPO26pWaONAV3c=";
hash = "sha256-ghm+44EEgzlIfbcHrIrOLVyCSYH+Sj2b7RWIhD3mgUA=";
};
build-system = [