python312Packages.aioesphomeapi: 28.0.1 -> 29.0.0 (#378833)

https://github.com/esphome/aioesphomeapi/releases/tag/v29.0.0
This commit is contained in:
R. RyanTM
2025-02-02 15:43:31 +01:00
committed by GitHub
parent ebc4781e14
commit 007548518e
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "28.0.1";
version = "29.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${version}";
hash = "sha256-MAlgr+DaJWQnO4Y8KesP/d9aCRbSjUb9ciuvR5DHz+w=";
hash = "sha256-1H6+/V87mjkBvHwPTs3sgrqY24Gc/MCKb97r2ly6oTA=";
};
build-system = [