diff options
author | Leo Famulari <leo@famulari.name> | 2017-09-07 15:23:21 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-09-07 15:47:01 -0400 |
commit | 3b2802f8c451f7d8f0e02ee81a55046648c0735e (patch) | |
tree | 2114f6e6d0a5cfb339ae221cc94b56347a4359f1 /gnu/packages/tls.scm | |
parent | 6a7bd25bf29f886ac2700c99d5e84ee004ee488e (diff) | |
download | guix-3b2802f8c451f7d8f0e02ee81a55046648c0735e.tar guix-3b2802f8c451f7d8f0e02ee81a55046648c0735e.tar.gz |
gnu: certbot, python-acme: Update to 0.18.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.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 4183dda3c6..52554a2922 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -486,13 +486,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "0.17.0") + (version "0.18.0") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "0vmnv7qhdhl9qhq03v6zrcj1lsmpmpjb94s0xsc7piwqxfmf9jrw")))) + "0f49v661nw8sccaqc85q64vi8alnzb88y3nimn1123gq128hq6rh")))) (build-system python-build-system) (arguments `(#:phases @@ -543,7 +543,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri name version)) (sha256 (base32 - "173619jkq4bg88f6i837z3pcjkrfabrvv8vrpyx18k9i7xnb5xa3")))) + "0pqryjjc8ywg4z9akfk6iv6sxr32lks8pd0h4vvw3w2mlkbxy2zp")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) |