Merge pull request #202993 from r-ryantm/auto-update/python310Packages.aioesphomeapi

authored by

Martin Weinelt and committed by
GitHub
7b97e079 5735f270

+3 -2
+3 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "aioesphomeapi"; 15 - version = "11.5.0"; 15 + version = "12.0.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "esphome"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-z3ILdtxDU4xLBY5mVAKal2nBo2sdO5rlSQDyexwHUtI="; 24 + hash = "sha256-fcmxN5lnhvunxgQmz5AFNBJQAmC0sR/ChOa2rlp52Kk="; 25 25 }; 26 26 27 27 postPatch = '' ··· 48 48 meta = with lib; { 49 49 description = "Python Client for ESPHome native API"; 50 50 homepage = "https://github.com/esphome/aioesphomeapi"; 51 + changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}"; 51 52 license = licenses.mit; 52 53 maintainers = with maintainers; [ fab hexa ]; 53 54 };