gnu: certbot: Update to 0.22.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.22.0.
This commit is contained in:
Leo Famulari 2018-03-15 11:45:04 -04:00
parent 8d4f34d6c9
commit 71f9ca53e5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -512,13 +512,13 @@ (define-public python-acme
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
(version "0.21.1")
(version "0.22.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
"02x6f37ddldaxrxzh2wjw8wmzqchxb7gl5i4i4daysas9yzqlvi9"))))
"1s2zamyb99zdyga3c75xxgnj0z2hixw8wv24v1l4p49fncnxab2a"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -567,7 +567,7 @@ (define-public certbot
(uri (pypi-uri name version))
(sha256
(base32
"1sn4wqkp6kjj9p8maf4jnjwwvb083hgakm9i10rk9273nnqfkj76"))))
"1cyb3lhxrw7ghyhrl2wc95vqhdaxz6n4pai66c573gcly7c7sc7f"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)