8 buildPythonPackage rec {
9 pname = "chacha20poly1305";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-8vAFx89GOP+k/wbALHh0gGi2QpFnlcbRbHzF41XnDt8=";
23 pythonImportsCheck = [ "chacha20poly1305" ];
26 description = "Module that implements ChaCha20Poly1305";
27 homepage = "https://github.com/ph4r05/py-chacha20poly1305";
28 license = licenses.mit;