python3Packages.certbot: 1.15.0 -> 1.16.0

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:04 -07:00 committed by Martin Weinelt
parent c6b09baa6d
commit 20cd1f37e7

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Z5ZIA0ib+N7La6Z0Taf6DovCF6fXnEDppPQt6Vgwl0c=";
sha256 = "0jdq6pvq7af2x483857qyp1qvqs4yb4nqcv66qi70glmbanhlxd4";
};
sourceRoot = "source/${pname}";