python313Packages.xiaomi-ble: 1.1.0 -> 1.2.0 (#430589)

This commit is contained in:
Fabian Affolter
2025-08-08 21:54:15 +02:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
tag = "v${version}";
hash = "sha256-a1KHP3tkryKO3hlaHjLWZ8Foh1PCPa9aEPK4UHGNPeE=";
hash = "sha256-elPT+hwnFoy62CbpKsaTLP8D+Pui6BD2De7oJistM0w=";
};
build-system = [ poetry-core ];