9 buildPythonPackage rec {
14 src = fetchFromGitHub {
16 repo = "python-mnemonic";
18 hash = "sha256-D1mS/JQhefYmwrShfWR9SdiGsBUM+jmuCkfWix9tDOU=";
21 build-system = [ poetry-core ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "mnemonic" ];
28 description = "Reference implementation of BIP-0039";
29 homepage = "https://github.com/trezor/python-mnemonic";
30 license = licenses.mit;
31 maintainers = with maintainers; [