python311Packages.aioesphomeapi: 15.1.13 -> 15.1.14

Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v15.1.13...v15.1.14

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v15.1.14
This commit is contained in:
Fabian Affolter 2023-07-21 22:06:03 +02:00
parent ad875e4827
commit 2a7cfff98f

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "15.1.13";
version = "15.1.14";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LNB/0XWQNHhgfEA7OJf0xxEHur5W+bJph/73fDRNrT4=";
hash = "sha256-rBBjDyUIxwOPp/OAfR8JGtxjjVN/nrnre/lR0WZs1HA=";
};
propagatedBuildInputs = [