diff options
author | Leo Famulari <leo@famulari.name> | 2021-11-10 01:01:59 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-11-10 01:03:37 -0500 |
commit | 7a4a77e05ac0ff29f7769bb689358dc76e2f58f4 (patch) | |
tree | 38f09d37cef9dbfd726dd4b4640caae266897514 /gnu/packages/tls.scm | |
parent | 3b7619b2445d0b87fb228d1c6ff461f714fa9a6f (diff) | |
download | guix-7a4a77e05ac0ff29f7769bb689358dc76e2f58f4.tar.gz |
gnu: certbot, python-acme: Update to 1.18.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.18.0.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 029bce451e..b0a0128140 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -676,13 +676,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "1.17.0") + (version "1.18.0") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "03ij1wp7jwvppv70qbjkgdg7w824yh6j4gfb68jj20wicx08xx1a")))) + "1bv2swaqmzpcx2nq1nbhrc6b825d5sxkdv0al972sjfcpcqn1q4s")))) (build-system python-build-system) (arguments `(#:phases @@ -730,7 +730,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri "certbot" version)) (sha256 (base32 - "0wyipx6q78fmvngf1i6g50s01qpjqh07qlk1b5vyxwgl3080lhgg")))) + "0yr8sxfg5zspal04l9lpd9xis6gp8il20bhka54xr9bb4hc6xrgk")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) |