python312Packages.aioesphomeapi: 25.0.0 -> 25.1.0

This commit is contained in:
R. Ryantm
2024-08-21 10:41:25 +00:00
parent 625941e1a9
commit 88c331f003
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "25.0.0";
version = "25.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = "aioesphomeapi";
rev = "refs/tags/v${version}";
hash = "sha256-XV7hVBtruQxhJ154/hPrsjqxwI9nBfBgvcgGWW6BBKk=";
hash = "sha256-YRUX7WHiizAIHjGkCZwefqqMXykokXgwrHZ3OwLIVCs=";
};
build-system = [