3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioesphomeapi: 11.4.3 -> 11.5.0

This commit is contained in:
R. Ryantm 2022-11-19 04:56:41 +00:00
parent a5342f3e84
commit 1c4a8e049f

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "11.4.3";
version = "11.5.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g901qWU6aiaV0kLmtWJffXZrOsKjvOGI0TOgQFzuuPA=";
hash = "sha256-z3ILdtxDU4xLBY5mVAKal2nBo2sdO5rlSQDyexwHUtI=";
};
postPatch = ''