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