3 , bleak-retry-connector
9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.9";
19 hash = "sha256-I4EkiG39v0yJXOAR7lmaqedLf9zHQCcxLXQ0nTfYq70=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [
35 description = "Library to communicate with MicroBot";
36 homepage = "https://github.com/spycle/pyMicroBot/";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];