17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
25 owner = "ebellocchia";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-3G37n/mfI+3JVIkmJWzbB1qPPTE6NJJlFZWdE0fIIWA=";
35 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Implementation of BIP39, BIP32, BIP44, BIP49 and BIP84 for wallet seeds, keys and addresses generation";
56 homepage = "https://github.com/ebellocchia/bip_utils";
57 changelog = "https://github.com/ebellocchia/bip_utils/blob/v${version}/CHANGELOG.md";
58 license = with licenses; [ mit ];
59 maintainers = with maintainers; [ prusnak stargate01 ];