esphome: 1.17.2 -> 1.18.0

This commit is contained in:
Martin Weinelt 2021-05-19 03:09:19 +02:00
parent 3f17088086
commit 6be9a81363
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "1.17.2"; version = "1.18.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1md52xzlrzf99s5q2152s1b7yql2h02ss451g68ky207xz660aj1"; sha256 = "1vz3d59wfqssfv1kvd4minlxibr0id06xfyg8956w9s3b22jc5vq";
}; };
postPatch = '' postPatch = ''
@ -67,6 +67,7 @@ python3.pkgs.buildPythonApplication rec {
hypothesis hypothesis
mock mock
pytest-mock pytest-mock
pytest-sugar
pytestCheckHook pytestCheckHook
]; ];