Martin Weinelt 2023-01-27 02:44:19 +01:00
parent b15f2af95e
commit 85202c6dfd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2022.12.4";
version = "2022.12.8";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HU4S6U5v0r93z4T6JpclEF6Cw6vy0VoprVyI4Z2Ti7s=";
hash = "sha256-VKxCdejQGWLYeNOxa1PCwhdrLilnsYD9UBqj8Sen+OM=";
};
postPatch = ''
@ -77,7 +77,6 @@ python.pkgs.buildPythonApplication rec {
mock
pytest-asyncio
pytest-mock
pytest-sugar
pytestCheckHook
];