11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "bitcoin-python-async-rpc";
22 hash = "sha256-uxkSz99X9ior7l825PaXGIC5XJzO/Opv0vTyY1ixvxU=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Bitcoin JSON-RPC client";
41 homepage = "https://github.com/bibajz/bitcoin-python-async-rpc";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];