6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
18 description = "WSGI HTTP Digest Authentication middleware";
19 homepage = "https://github.com/jonashaag/httpauth";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ ];