8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-aXuRIW/3qBzan8z3EzSSxqaZfa3WnPhlviNa2ugIjik=";
19 propagatedBuildInputs = [ asn1crypto ];
21 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "scramp" ];
26 description = "Implementation of the SCRAM authentication protocol";
27 homepage = "https://github.com/tlocke/scramp";
28 license = licenses.mit;
29 maintainers = with maintainers; [ jonringer ];