Merge pull request #263292 from mweinelt/aioesphomeapi-18.1.0

python311Packages.aioesphomeapi: 18.0.12 -> 18.1.0
This commit is contained in:
Martin Weinelt 2023-10-25 09:32:50 +02:00 committed by GitHub
commit 02c6061679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "18.0.12";
version = "18.1.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tTDeJJ/TscUttURftVHOCx2wDc6yLEuFxESrQR2l8hg=";
hash = "sha256-aKE2/xVkO2uYg9BuDT9/ZxcKB9rARCipPn7B/eeth9M=";
};
propagatedBuildInputs = [