python311Packages.aioesphomeapi: 23.1.0 -> 23.2.0 (#299112)

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
R. RyanTM 2024-03-26 07:53:28 -07:00 committed by GitHub
parent 3117888b23
commit 592c139bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,24 +25,24 @@
buildPythonPackage rec {
pname = "aioesphomeapi";
version = "23.1.0";
version = "23.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "esphome";
repo = pname;
repo = "aioesphomeapi";
rev = "refs/tags/v${version}";
hash = "sha256-1Y2hcgvn0Msx17t1sH5N8cg2wmYo6YqFWPUqUNTNN5M=";
hash = "sha256-GFQ87Ic0xHXs8ZgmzH7kOFbDSNmtj0hx+YHKnrz/sG0=";
};
nativeBuildInputs = [
build-system = [
setuptools
cython_3
];
propagatedBuildInputs = [
dependencies = [
aiohappyeyeballs
async-interrupt
chacha20poly1305-reuseable