python3Packages.xiaomi-ble: 0.39.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-06-16 18:45:04 +00:00
parent 88c2eff74c
commit 8d36efbbda
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.39.0";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
tag = "v${version}";
hash = "sha256-XuEFzyJmWrHm4vzyei6+iUEPRDGht+DQGUn6K9Polng=";
hash = "sha256-c9MmxnLEthENvAaBSigUli9m1CbbV/F2RlJMLv5/sOE=";
};
build-system = [ poetry-core ];