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 15:53:28 +01:00
committed by GitHub
co-authored by Fabian Affolter
parent 3117888b23
commit 592c139bdb
@@ -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