diff options
author | Leo Famulari <leo@famulari.name> | 2018-12-10 13:25:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-12-10 13:40:11 -0500 |
commit | 59c9d4f1085fbff6a5ca2c2d4123dc22f6b82356 (patch) | |
tree | 9f7c75f1e67c539842717480a9fb42192d7bb657 /gnu/packages/tls.scm | |
parent | fec2c8532d238f75b2d33e2281509d101bd45171 (diff) | |
download | guix-59c9d4f1085fbff6a5ca2c2d4123dc22f6b82356.tar guix-59c9d4f1085fbff6a5ca2c2d4123dc22f6b82356.tar.gz |
gnu: certbot, python-acme: Update to 0.29.1.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.29.1.
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 d9971441c6..f9e21e1e3f 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -522,13 +522,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "0.28.0") + (version "0.29.1") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "11dvcbdifn5d02p4k5li8r6r39bl3p5ap9p3zjwvasm24hf2yz5z")))) + "0z5l966b1asbcdzl77bmywf22c1q0xill00jj7qyml9wx2nh7qm2")))) (build-system python-build-system) (arguments `(#:phases @@ -579,7 +579,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri name version)) (sha256 (base32 - "02h959qkq7z0s13ivgf7jyl3gnc55wcck6n546k0kh155bpf5qri")))) + "14i6yrcb9s7ygy99gccfc8jscymi24xb72s5lgg9b2y40z909ikg")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) |