python3Packages.bleak-esphome: 3.7.5 -> 3.9.1

https://github.com/bluetooth-devices/bleak-esphome/blob/v3.9.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-06-04 16:31:23 +02:00
parent c298975cf2
commit 3ba38cb3b2
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "bleak-esphome";
version = "3.7.5";
version = "3.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${finalAttrs.version}";
hash = "sha256-ZV7C+ohEbRXYpAUmZ4wVbv8Ng4eZcLofc+o9Q5Rqp2E=";
hash = "sha256-6qwg6jI9zFf3x0Yfp03C62f+LMO/RIDju+/ykoiOCI4=";
};
postPatch = ''