Merge pull request #204709 from r-ryantm/auto-update/python310Packages.aioesphomeapi

python310Packages.aioesphomeapi: 13.0.0 -> 13.0.1
This commit is contained in:
Martin Weinelt 2022-12-06 00:35:17 +01:00 committed by GitHub
commit b786c2bf9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "13.0.0";
version = "13.0.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-u+RaQcEfljgjK+7vMJj60WkvjozzRM5Z1Yaf4NkrF+U=";
hash = "sha256-33iaM5+5OV9TAk3SAZWzJfwQbeDSPQiVLBPAAOyyFm0=";
};
postPatch = ''