about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-18 20:30:40 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-12-18 20:30:45 +0100
commit246e1de302454d98646285098ce044b1a4d1bf95 (patch)
treedd8ca31ba7c8a292bedf7859c791faf3c03442aa
parent5a9be42754cee0d35d893cbed08737486e5f5e6d (diff)
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
-rw-r--r--pkgs/development/python-modules/bleak-esphome/default.nix6
1 files 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 ea3babc47ea83..358e48d2c281a 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 = [