6 buildPythonPackage rec {
7 pname = "groestlcoin_hash";
12 inherit pname version;
13 sha256 = "31a8f6fa4c19db5258c3c73c071b71702102c815ba862b6015d9e4b75ece231e";
16 pythonImportsCheck = [
21 description = "Bindings for groestl key derivation function library used in Groestlcoin";
22 homepage = "https://pypi.org/project/groestlcoin_hash/";
23 maintainers = with maintainers; [ gruve-p ];
24 license = licenses.mit;