python3Packages.bleak-esphome: 3.7.4 -> 3.7.5

This commit is contained in:
R. Ryantm
2026-05-17 18:21:28 +00:00
parent 24485fd65c
commit c5f1a43876

View File

@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "bleak-esphome";
version = "3.7.4";
version = "3.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${finalAttrs.version}";
hash = "sha256-f26E+/JTas2ugs7HYD9KYKX1qy7nrWd1+Osgz7fhl0c=";
hash = "sha256-ZV7C+ohEbRXYpAUmZ4wVbv8Ng4eZcLofc+o9Q5Rqp2E=";
};
postPatch = ''