python3Packages.xiaomi-ble: 1.7.1 -> 1.9.0

This commit is contained in:
R. Ryantm
2026-03-08 13:38:27 +00:00
parent cb39d8752d
commit 62a6188226
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "xiaomi-ble";
version = "1.7.1";
version = "1.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
tag = "v${finalAttrs.version}";
hash = "sha256-r56WZs6GIFEbklcG4fEuOdbNzFntSy4JzKsRzANvf2g=";
hash = "sha256-5601Dm+namYAP9lZJm8wO4RDngLJjynNupqOA30po8Q=";
};
build-system = [ poetry-core ];