3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioesphomeapi: 13.6.1 -> 13.7.0

https://github.com/esphome/aioesphomeapi/releases/tag/v13.7.0
This commit is contained in:
Martin Weinelt 2023-04-11 13:51:51 +02:00
parent 6d468c3a2e
commit fdb1739028
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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