7 buildPythonPackage rec {
11 src = fetchFromGitHub {
13 repo = "python-${pname}";
15 sha256 = "0rs3szdikkgypiwn43ad3lwh7zvpccw39j5ggkziq6v7pnw3isaq";
18 checkInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "mnemonic" ];
23 description = "Reference implementation of BIP-0039";
24 homepage = "https://github.com/trezor/python-mnemonic";
25 license = licenses.mit;
26 maintainers = with maintainers; [ np prusnak ];