python3Packages.aioesphomeapi: 10.14.0 -> 11.0.0

https://github.com/esphome/aioesphomeapi/releases/tag/v11.0.0
This commit is contained in:
Martin Weinelt
2022-09-30 18:01:32 +02:00
parent 42115269e7
commit d1d4fff9dd
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "10.14.0";
version = "11.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-ASFErnWUNcq/30AOYM596w+j0FOYGuQ3Tj4OdczWanM=";
sha256 = "sha256-HHVA/eH6Ucn1shQy6QzcxvHWRQqjv/OEgHgq0ITS23Q=";
};
postPatch = ''