python3Packages.certbot: 5.4.0 -> 5.6.0

This commit is contained in:
Harinn
2026-05-26 23:35:52 +09:00
parent 2bddaf6bd7
commit 8d2dbc322b
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "certbot";
version = "5.4.0";
version = "5.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "certbot";
repo = "certbot";
tag = "v${version}";
hash = "sha256-Tu46Wybod89TiwsVccNuQcweWoeQE1wbH+pDWNC9+kE=";
hash = "sha256-knaEk4bjC0cdnMiO4ENvaDm/i/3tn6ZOJPdyqJxLKOs=";
};
sourceRoot = "${src.name}/certbot";