python311Packages.aioesphomeapi: 16.0.1 -> 16.0.2

Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v16.0.1...v16.0.2

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v16.0.2
This commit is contained in:
Fabian Affolter 2023-08-28 17:05:01 +02:00
parent d1d57f39aa
commit e2ea931794

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "16.0.1";
version = "16.0.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DxEfkM//WvGqS/iWb6RIvE2raIYb/I0bcwrLqLBjCmw=";
hash = "sha256-lnMB66cpF4RsqthZS2Xn4BpniSWHBJlwhYLgDCB1IIc=";
};
propagatedBuildInputs = [