1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
9 sha256 = "0n1k83ww0pr4q6z0h7p8hvy21hcgb96jvgllfbwhvvyf37h3w182";
13 description = "Ed25519 public-key signatures";
14 homepage = "https://github.com/warner/python-ed25519";
15 license = licenses.mit;
16 maintainers = with maintainers; [ np ];