16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
24 owner = "bitcoin-core";
26 rev = "refs/tags/${version}";
27 hash = "sha256-V4BWB4mCONQ8kjAy6ySonAbCUTaKpBTvhSnHmoH8TQM=";
30 propagatedBuildInputs = [
42 # Tests require to clone quite a few firmwares
45 pythonImportsCheck = [
50 description = "Bitcoin Hardware Wallet Interface";
51 homepage = "https://github.com/bitcoin-core/hwi";
52 changelog = "https://github.com/bitcoin-core/HWI/releases/tag/${version}";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ prusnak ];