From fdb1739028a504698afe268e06b755deb55e0f7b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 11 Apr 2023 13:51:51 +0200 Subject: [PATCH] python310Packages.aioesphomeapi: 13.6.1 -> 13.7.0 https://github.com/esphome/aioesphomeapi/releases/tag/v13.7.0 --- pkgs/development/python-modules/aioesphomeapi/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index d0add0b62eba..4502f4985020 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -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