gnu: certbot: Update to 1.0.0.

* gnu/packages/tls.scm (certbot): Update to 1.0.0.
This commit is contained in:
Brett Gilio 2019-12-13 06:47:03 -06:00
parent 9e6794a7f4
commit c08dc8d593
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -610,7 +610,7 @@ (define-public certbot
(uri (pypi-uri "certbot" version))
(sha256
(base32
"1l8h7ggq75h59246mmzigmjr5jvzi29hihrnz9aiqh6g8hq1pj4d"))))
"0aih7sir5byy8ah9lrgzwcaga7hjw98qj8bb1pxzzzqrvcqjvf46"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)