8 buildPythonPackage rec {
9 pname = "certbot-dns-inwx";
13 inherit pname version;
14 hash = "sha256-v03QBHsxhl6R8YcwWIKD+pf4APy9S2vFcQe3ZEc6AjI=";
17 propagatedBuildInputs = [
22 # Doesn't have any tests
25 pytestCheckHook = [ "certbot_dns_inwx" ];
28 description = "INWX DNS Authenticator plugin for Certbot";
29 homepage = "https://github.com/oGGy990/certbot-dns-inwx";
30 license = with licenses; [ asl20 mit ];
31 maintainers = with maintainers; [ onny ];