7 bluetooth-auto-recovery,
20 buildPythonPackage rec {
21 pname = "habluetooth";
25 disabled = pythonOlder "3.11";
27 src = fetchFromGitHub {
28 owner = "Bluetooth-Devices";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-qmb7hfrcKWSs1dkyozuTPsVbI0cjVAJ9Em0JIIKsyck=";
45 bluetooth-auto-recovery
55 pythonImportsCheck = [ "habluetooth" ];
58 description = "Library for high availability Bluetooth";
59 homepage = "https://github.com/Bluetooth-Devices/habluetooth";
60 changelog = "https://github.com/Bluetooth-Devices/habluetooth/blob/v${version}/CHANGELOG.md";
61 license = licenses.asl20;
62 maintainers = with maintainers; [ fab ];