python3Packages.bleak-esphome: 3.4.1 -> 3.6.0

This commit is contained in:
R. Ryantm
2026-02-01 06:36:17 +00:00
parent 9b1c0a40ed
commit 25b6b44587
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "bleak-esphome";
version = "3.4.1";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${finalAttrs.version}";
hash = "sha256-unVo56W/zS8qgU3AC9nxosfO5jlx8zgYoTZZehkcBiQ=";
hash = "sha256-XZ/JjrHJ8Zd1t2Ahi0Jc7S/bkXMIBHfDTVanoGemtI0=";
};
postPatch = ''