python310Packages.aioesphomeapi: 12.0.0 -> 12.1.0

This commit is contained in:
R. Ryantm
2022-11-29 03:26:38 +00:00
parent 9102f78309
commit 18a67c1ed3
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "12.0.0";
version = "12.1.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fcmxN5lnhvunxgQmz5AFNBJQAmC0sR/ChOa2rlp52Kk=";
hash = "sha256-IhOufPNWxL9VHxzaW7OAQ1ncstxgw1Rfc4AbWFAnPJ8=";
};
postPatch = ''