python3Packages.bleak-esphome: 3.9.1 -> 3.9.4

This commit is contained in:
R. Ryantm
2026-06-13 09:18:19 +00:00
parent 733bdb9f7a
commit 85e46a1d85
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "bleak-esphome";
version = "3.9.1";
version = "3.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${finalAttrs.version}";
hash = "sha256-6qwg6jI9zFf3x0Yfp03C62f+LMO/RIDju+/ykoiOCI4=";
hash = "sha256-kH+UiXpu0HNdz55Qz8y/NJ/XzOkTk7fkah7CZE2Zets=";
};
postPatch = ''