python3Packages.certbot: 1.24.0 -> 1.27.0

This commit is contained in:
Martin Weinelt 2022-06-03 13:17:36 +02:00 committed by Jonathan Ringer
parent 5a8116fb97
commit cd49d603d9
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
version = "1.24.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-XIKFEPQKIV5s6sZ7LRnlTvsb3cF4KIaiVZ36cAN1AwA=";
sha256 = "sha256-3IKRVR1rLpOH22Mp2m0InqcPt85+jQgBSyrRL9/nMxY=";
};
sourceRoot = "source/${pname}";