Merge pull request #232406 from mweinelt/esphome

esphome: 2023.4.4 -> 2023.5.0
This commit is contained in:
Martin Weinelt 2023-05-18 01:45:42 +02:00 committed by GitHub
commit 1c156cbfd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "esphome-dashboard"; pname = "esphome-dashboard";
version = "20230214.0"; version = "20230516.0";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-TfQIvvLLsYubLbai2RNJkCu96nYFEWbdZU8WaJbpUwU="; hash = "sha256-Mkh31ip7xzG8e4qgIVc+HFN310SnuTGRp4HYbFqKa/A=";
}; };
# no tests # no tests

View File

@ -16,14 +16,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "2023.4.4"; version = "2023.5.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-zRzojc2cmBTpvP3yOADWTTK0MOsgCvUcr6idGiRovXo="; hash = "sha256-prbFCetgHhPsuiXI3bhfGpOpYHPusECC8zuPhT1ZCSU=";
}; };
postPatch = '' postPatch = ''
@ -49,12 +49,12 @@ python.pkgs.buildPythonApplication rec {
colorama colorama
cryptography cryptography
esphome-dashboard esphome-dashboard
ifaddr
kconfiglib kconfiglib
paho-mqtt paho-mqtt
pillow pillow
platformio platformio
protobuf protobuf
pyparsing
pyserial pyserial
pyyaml pyyaml
requests requests