11 buildPythonPackage rec {
12 pname = "ckcc-protocol";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-zZPU0+MwjqRYCqa+W0YTqCZv2WsMwa9R5xaN7ye77OU=";
23 propagatedBuildInputs = [
30 # Project has no tests
33 pythonImportsCheck = [
38 description = "Communicate with your Coldcard using Python";
39 homepage = "https://github.com/Coldcard/ckcc-protocol";
40 license = licenses.mit;
41 maintainers = with maintainers; [ hkjn ];