Merge pull request #275662 from fabaff/aioesphomeapi-bump

python311Packages.aioesphomeapi: 21.0.0 -> 21.0.1
This commit is contained in:
Nick Cao 2023-12-20 11:18:22 -05:00 committed by GitHub
commit 98bd9bd94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "21.0.0";
version = "21.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KT38NY1BZM6Qr1EeC05vM9IcVKO7GaEx0102TUzkyRE=";
hash = "sha256-HPnyFHHx1BahqzvRChT85BaG4eJM3qvTq2Tpbqb3SDI=";
};
nativeBuildInputs = [