python3Packages.bleak-esphome: 3.1.0 -> 3.2.0

https://github.com/bluetooth-devices/bleak-esphome/blob/v3.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-09-05 03:36:57 +02:00
parent 5fd960b7ee
commit 43dfc16109
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "bleak-esphome";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${version}";
hash = "sha256-L2/DtT1vEkP67oktLNix+/+eoVbJoMfUvW6232gSMCM=";
hash = "sha256-3gCh7HSsllTgLeb8jWPUB2+KXu+cuMZ3yeIJVNPBMC4=";
};
postPatch = ''