python312Packages.aioesphomeapi: 27.0.1 -> 28.0.0

Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v27.0.1...v28.0.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v28.0.0
This commit is contained in:
Fabian Affolter
2024-12-07 00:17:45 +01:00
parent 70428ae6fc
commit 2943e975f3
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "27.0.1";
version = "28.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = "aioesphomeapi";
rev = "refs/tags/v${version}";
hash = "sha256-bcwChHWH621UoGHkP+xPNzmj+Uh18rWgkMSrtW9zFF8=";
hash = "sha256-vMqDxg2BV9/g5FquejnT/Rsvwjhdh01K2LxiT355p1U=";
};
build-system = [