python311Packages.aioesphomeapi: 18.1.0 -> 18.2.0

Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v18.1.0...v18.2.0

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v18.2.0
This commit is contained in:
Fabian Affolter 2023-10-26 13:31:35 +02:00
parent b64786d531
commit 0c9e5d5414

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "18.1.0";
version = "18.2.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-aKE2/xVkO2uYg9BuDT9/ZxcKB9rARCipPn7B/eeth9M=";
hash = "sha256-uOF9VSASzGA4pVW3puQtGrr2dy7sRESa1a6DPUsMmL4=";
};
propagatedBuildInputs = [