python3Packages.xiaomi-ble: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-07-05 12:43:47 +00:00
parent a2024a3842
commit 0419aaf4e3

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
tag = "v${version}";
hash = "sha256-c9MmxnLEthENvAaBSigUli9m1CbbV/F2RlJMLv5/sOE=";
hash = "sha256-a1KHP3tkryKO3hlaHjLWZ8Foh1PCPa9aEPK4UHGNPeE=";
};
build-system = [ poetry-core ];