Merge pull request #40115 from r-ryantm/auto-update/certbot

certbot: 0.23.0 -> 0.24.0
This commit is contained in:
adisbladis 2018-05-11 12:14:13 +08:00 committed by GitHub
commit f90d8d5da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
name = "certbot-${version}";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "certbot";
repo = "certbot";
rev = "v${version}";
sha256 = "0dv9d1byppnvx54rhi2w3gqjk01444m5hbr9553n9gin4ribviii";
sha256 = "0gsq4si0bqwzd7ywf87y7bbprqg1m72qdj11h64qmwb5zl4vh444";
};
propagatedBuildInputs = with pythonPackages; [