python3Packages.certbot: 4.0.0 -> 4.1.1

https://github.com/certbot/certbot/blob/v4.1.1/certbot/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:48 +02:00
parent c6c2544221
commit f601eb9ace
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "certbot";
version = "4.0.0";
version = "4.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "certbot";
repo = "certbot";
tag = "v${version}";
hash = "sha256-GS4JLLXrX4+BQ4S6ySbOHUaUthCFYTCHWnOaMpfnIj8=";
hash = "sha256-nlNjBbXd4ujzVx10+UwqbXliuLVVf+UHR8Dl5CQzsZo=";
};
postPatch = "cd certbot"; # using sourceRoot would interfere with patches
@@ -66,6 +66,11 @@ buildPythonPackage rec {
"-Wignore::DeprecationWarning"
];
disabledTests = [
# network access
"test_lock_order"
];
makeWrapperArgs = [ "--prefix PATH : ${dialog}/bin" ];
# certbot.withPlugins has a similar calling convention as python*.withPackages