13 inherit pname version;
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-tmVaPr/zoQVA6u0EnoeI7qOsk9a3GzpqwrACJLvs6ag=";
21 nativeCheckInputs = [ pytestCheckHook ];
24 description = "Rijndael algorithm library";
25 homepage = "https://github.com/meyt/py3rijndael";
26 license = licenses.mit;
27 maintainers = with maintainers; [ hexa ];