10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4";
21 # https://github.com/warner/python-spake2/pull/16
23 name = "python312-compat.patch";
24 url = "https://github.com/warner/python-spake2/commit/1b04d33106b105207c97c64b2589c45790720b0b.patch";
25 hash = "sha256-OoBz0lN17VyVGg6UfT+Zj9M1faFTNpPIhxrwCgUwMc8=";
33 propagatedBuildInputs = [
37 pythonImportsCheck = [ "spake2" ];
44 changelog = "https://github.com/warner/python-spake2/blob/v${version}/NEWS";
45 description = "SPAKE2 password-authenticated key exchange library";
46 homepage = "https://github.com/warner/python-spake2";
47 license = licenses.mit;
48 maintainers = with maintainers; [ dotlambda ];