Revert "python3Packages.certbot: 1.24.0 -> 1.27.0"

This reverts commit cd49d603d997f200057942bf8dd0d3d57efdf214 to allow clean
merge of newer `certbot-1.28.0` from `master` on top of `staging-next`.

+2 -2
+2 -2
pkgs/development/python-modules/certbot/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "certbot"; 12 - version = "1.27.0"; 12 + version = "1.24.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = pname; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-3IKRVR1rLpOH22Mp2m0InqcPt85+jQgBSyrRL9/nMxY="; 18 + sha256 = "sha256-XIKFEPQKIV5s6sZ7LRnlTvsb3cF4KIaiVZ36cAN1AwA="; 19 19 }; 20 20 21 21 sourceRoot = "source/${pname}";