From 246e1de302454d98646285098ce044b1a4d1bf95 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Dec 2023 20:30:40 +0100 Subject: [PATCH] python311Packages.bleak-esphome: 0.3.0 -> 0.4.0 Diff: https://github.com/bluetooth-devices/bleak-esphome/compare/refs/tags/v0.3.0...v0.4.0 Changelog: https://github.com/bluetooth-devices/bleak-esphome/blob/0.4.0/CHANGELOG.md --- pkgs/development/python-modules/bleak-esphome/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bleak-esphome/default.nix b/pkgs/development/python-modules/bleak-esphome/default.nix index ea3babc47ea8..358e48d2c281 100644 --- a/pkgs/development/python-modules/bleak-esphome/default.nix +++ b/pkgs/development/python-modules/bleak-esphome/default.nix @@ -5,6 +5,7 @@ , buildPythonPackage , fetchFromGitHub , habluetooth +, lru-dict , poetry-core , pytest-asyncio , pytestCheckHook @@ -13,7 +14,7 @@ buildPythonPackage rec { pname = "bleak-esphome"; - version = "0.3.0"; + version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "bluetooth-devices"; repo = "bleak-esphome"; rev = "refs/tags/v${version}"; - hash = "sha256-XJxx9m8ZJtCmH9R1A4J+EFSTP4z9acDgRbaASKR/tZY="; + hash = "sha256-CgzYZTDWI9vvUtndxyERsWk738e22SIF+s5oi7gI9R0="; }; postPatch = '' @@ -39,6 +40,7 @@ buildPythonPackage rec { bleak bluetooth-data-tools habluetooth + lru-dict ]; nativeCheckInputs = [