python311Packages.aioesphomeapi: 21.0.0 -> 21.0.1

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

Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v21.0.1
This commit is contained in:
Fabian Affolter 2023-12-20 15:57:12 +01:00
parent 7d1cd12633
commit 3c7e88e3f6

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "21.0.0";
version = "21.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KT38NY1BZM6Qr1EeC05vM9IcVKO7GaEx0102TUzkyRE=";
hash = "sha256-HPnyFHHx1BahqzvRChT85BaG4eJM3qvTq2Tpbqb3SDI=";
};
nativeBuildInputs = [