python3Packages.certbot-dns-inwx: 3.0.2 -> 3.0.3 (#417057)
This commit is contained in:
@@ -6,18 +6,19 @@
|
||||
acme,
|
||||
certbot,
|
||||
inwx-domrobot,
|
||||
idna,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "certbot-dns-inwx";
|
||||
version = "3.0.2";
|
||||
version = "3.0.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oGGy990";
|
||||
repo = "certbot-dns-inwx";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-x4wDg36J9MvXXHBxUMCoHO3p6c3FKBBB879CpxG/1NA=";
|
||||
hash = "sha256-bI/CSTYy/W1AwbxnBxhMp/yFnp68G25mTkNUbdNsRZ4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -28,6 +29,10 @@ buildPythonPackage rec {
|
||||
inwx-domrobot
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
idna = [ idna ];
|
||||
};
|
||||
|
||||
# Doesn't have any tests
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user