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
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user