Merge pull request #263104 from mweinelt/aioesphomeapi-18.0.12

python311Packages.aioesphomeapi: 18.0.7 -> 18.0.12
This commit is contained in:
Martin Weinelt 2023-10-24 12:13:30 +02:00 committed by GitHub
commit 55c91c44e5
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.7";
version = "18.0.12";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Jgu9NEFY74Z0mZ2Cz4uaHG0gfywa2nF/H8G1j9YAyrw=";
hash = "sha256-tTDeJJ/TscUttURftVHOCx2wDc6yLEuFxESrQR2l8hg=";
};
propagatedBuildInputs = [