python3Packages.bleak-esphome: 3.9.4 -> 3.9.5

This commit is contained in:
R. Ryantm
2026-06-22 05:29:05 +00:00
parent 4831080ceb
commit 7148f86307
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "bleak-esphome";
version = "3.9.4";
version = "3.9.5";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${finalAttrs.version}";
hash = "sha256-kH+UiXpu0HNdz55Qz8y/NJ/XzOkTk7fkah7CZE2Zets=";
hash = "sha256-S4tYL/fq7wMjq81WRftZ1A+RVxs7kGpaM/TfVBNBgaI=";
};
postPatch = ''