Merge pull request #225732 from mweinelt/aioesphomeapi-13.7.0

python310Packages.aioesphomeapi: 13.6.1 -> 13.7.0
This commit is contained in:
Martin Weinelt 2023-04-11 14:01:56 +02:00 committed by GitHub
commit 4a78b56bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, async-timeout
, mock
, noiseprotocol
, protobuf
@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "13.6.1";
version = "13.7.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,10 +22,11 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-S2a5v4OeE0DC9J2JAHFQ6YyhWt6RXp3cP+zkONp+Bzc=";
hash = "sha256-05UT9CsfO8onEHqnJlXNfzf1acfwiIC07ewCWBE8HPA=";
};
propagatedBuildInputs = [
async-timeout
noiseprotocol
protobuf
zeroconf

View File

@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
alembic
dateutil
python-dateutil
pyyaml
setuptools
sqlalchemy