diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-09-22 17:09:24 +0000 |
|---|---|---|
| committer | R. RyanTM <ryantm-bot@ryantm.com> | 2021-09-22 17:09:24 +0000 |
| commit | d52201bc4dc27da0a23da4e8e8b96e2be221eeea (patch) | |
| tree | 179b31e1d2cdcc52ff6242344f4c1eb96d743087 /pkgs/development/python-modules | |
| parent | 01105b057c0b5a93a7e08e2b2e14638ae46c85a6 (diff) | |
python38Packages.aioesphomeapi: 9.1.0 -> 9.1.1
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/aioesphomeapi/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index 44284ef78b12..372865e69ddc 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; - version = "9.1.0"; + version = "9.1.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "v${version}"; - sha256 = "sha256-MuQQ9IpLjsAStpdG8Q0uOzLQl02afStVb52/Rtd+IIs="; + sha256 = "1bkk6mj1h1zhhp4s1ps6g950vzgfbxdj9pw762fz238p48ccw90b"; }; propagatedBuildInputs = [ |
