python3Packages.aioesphomeapi: 2.8.0 -> 2.9.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:07 +02:00 committed by Jonathan Ringer
parent 16039d951a
commit 16ec4999c1
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "2.8.0";
version = "2.9.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1j25i7vh4fg56rzhzxlaj4ys1rvswld15ia44mwwzxfggw8w3rbk";
sha256 = "11259cd1f115d31b91512a209779fa813dded747408100805bc8ecf7c1c1fa82";
};
propagatedBuildInputs = [ attrs protobuf zeroconf ];