20 version = "unstable-2021-06-16";
23 inherit pname version;
24 format = "setuptools";
27 src = fetchFromGitHub {
30 rev = "7bdb229124fe7d9f4a2cc090277b0fdef82e2a56";
31 hash = "sha256-PS5DIH1JuH2HweyebLLM+UNFGY/XsjKIrsD9x7g7yMI=";
38 pythonVersion = with lib.versions; "${major python.version}${minor python.version}";
40 "boost_python${pythonVersion}";
58 pythonImportsCheck = [
63 description = "Python library to use the GATT Protocol for Bluetooth LE devices";
64 homepage = "https://github.com/oscaracena/pygattlib";
65 license = licenses.asl20;
66 maintainers = with maintainers; [ hexa ];