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