8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-GMLqQ9ojQ649hbbJB+KiQoOhiTWweOgv6zaCDzhIB5A=";
19 propagatedBuildInputs = [
24 pythonImportsCheck = [ "gatt" ];
27 description = "Bluetooth (Generic Attribute Profile) GATT SDK for Python";
28 homepage = "https://github.com/getsenic/gatt-python/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ tomfitzhenry ];