Merge pull request #263563 from fabaff/aioesphomeapi-bump

python311Packages.aioesphomeapi: 18.1.0 -> 18.2.0
This commit is contained in:
Nick Cao 2023-10-26 09:04:29 -04:00 committed by GitHub
commit a5be212e00
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.1.0";
version = "18.2.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-aKE2/xVkO2uYg9BuDT9/ZxcKB9rARCipPn7B/eeth9M=";
hash = "sha256-uOF9VSASzGA4pVW3puQtGrr2dy7sRESa1a6DPUsMmL4=";
};
propagatedBuildInputs = [