19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-LVRNcsTmJOR3zTBhbKV4V0zCQk0sk/Uf6kSmfbAhgfY=";
31 propagatedBuildInputs = [
49 pythonImportsCheck = [
54 description = "Python library to communicate with Ledger Blue/Nano S";
55 homepage = "https://github.com/LedgerHQ/blue-loader-python";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ np ];