3 , bleak-retry-connector
10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
20 hash = "sha256-8Nkkgznt4JzImJSAbdaX6znhvmgqwOIBjAXVhaMorLk=";
27 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Library to communicate with MicroBot";
41 homepage = "https://github.com/spycle/pyMicroBot/";
42 changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];