python3Packages.aioesphomeapi: 44.23.0 -> 45.0.2
Diff: https://github.com/esphome/aioesphomeapi/compare/v44.23.0...v45.0.2 Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v45.0.2
This commit is contained in:
committed by
Martin Weinelt
parent
a3a9d90b5a
commit
bb16cb2b03
@@ -26,14 +26,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aioesphomeapi";
|
||||
version = "44.23.0";
|
||||
version = "45.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esphome";
|
||||
repo = "aioesphomeapi";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-mKk4NO44mVTV5Fe8oDhQYcNp8V1OLsPt4xk+kztXwrM=";
|
||||
hash = "sha256-ajucVk5yF0akOIfBX28sjOndpmHQumJBUp5jnq//B+M=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user