7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f";
18 description = "Pure-Python AES";
19 license = lib.licenses.mit;
20 homepage = "https://github.com/ricmoo/pyaes";