mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
python312Packages.xiaomi-ble: 0.32.0 -> 0.33.0 (#350426)
This commit is contained in:
commit
da62a01cf9
@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
bleak,
|
|
||||||
bleak-retry-connector,
|
bleak-retry-connector,
|
||||||
|
bleak,
|
||||||
bluetooth-data-tools,
|
bluetooth-data-tools,
|
||||||
bluetooth-sensor-state-data,
|
bluetooth-sensor-state-data,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
cryptography,
|
cryptography,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
home-assistant-bluetooth,
|
home-assistant-bluetooth,
|
||||||
|
orjson,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
pycryptodomex,
|
pycryptodomex,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "xiaomi-ble";
|
pname = "xiaomi-ble";
|
||||||
version = "0.32.0";
|
version = "0.33.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -26,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = "xiaomi-ble";
|
repo = "xiaomi-ble";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-dZJsB40BMPo0tOFq0vLILrwfezf5dnspFK/aZWOV4uc=";
|
hash = "sha256-7/4Ea8IiRPxhgMiazSylYZAmznqIula2yCEUAyIHBBg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
bluetooth-sensor-state-data
|
bluetooth-sensor-state-data
|
||||||
cryptography
|
cryptography
|
||||||
home-assistant-bluetooth
|
home-assistant-bluetooth
|
||||||
|
orjson
|
||||||
pycryptodomex
|
pycryptodomex
|
||||||
sensor-state-data
|
sensor-state-data
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user