Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Sep 15, 2019
1 parent c6469eb commit 7dfd313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/aioesphomeapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "aioesphomeapi";
version = "2.0.1";
version = "2.2.0";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "db09e34dfc148279f303481c7da94b84c9b1442a41794f039c31253e81a58ffb";
sha256 = "0znal1hi964acc8bl3z0ikscax7zziks838ld099rjsbffjwmwn5";
};

propagatedBuildInputs = [ attrs protobuf zeroconf ];
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Python Client for ESPHome native API";
homepage = https://github.com/esphome/aioesphomeapi;
homepage = "https://github.com/esphome/aioesphomeapi";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];

Expand Down

0 comments on commit 7dfd313

Please sign in to comment.