Merge pull request #249635 from fabaff/aioesphomeapi-bump

python310Packages.aioesphomeapi: 16.0.0 -> 16.0.1
This commit is contained in:
Nick Cao
2023-08-17 08:45:11 +08:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "16.0.0";
version = "16.0.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ATfAI8srh5G1ejkp/2wl2Soowatjprq9e8h8tSAAXGs=";
hash = "sha256-DxEfkM//WvGqS/iWb6RIvE2raIYb/I0bcwrLqLBjCmw=";
};
propagatedBuildInputs = [