python3Packages.aioesphomeapi: 44.2.0 -> 44.8.0

This commit is contained in:
R. Ryantm
2026-04-02 01:42:28 +02:00
committed by Sandro Jäckel
parent 7cdb1d564d
commit de8a999f65
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioesphomeapi";
version = "44.2.0";
version = "44.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "aioesphomeapi";
tag = "v${finalAttrs.version}";
hash = "sha256-YJhNHNeY6952XrNthhLEzo/GVkKQC5QOcvTpAVbgRic=";
hash = "sha256-8vc9efKFXTQ1or4uAIMo7ElHc7gaaxKheWGb2RcppbQ=";
};
build-system = [