diff options
author | Leo Famulari <leo@famulari.name> | 2019-05-14 15:02:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-05-14 15:06:29 -0400 |
commit | 7bd30ea9883e3ec018a4fb0040dbc86905fc1760 (patch) | |
tree | 85a9d6ac34cdc9fecbc58628cb1860ee600960b0 /gnu | |
parent | 3617d4f913b2ab53420d3f696126d5c2bd20ea2a (diff) | |
download | patches-7bd30ea9883e3ec018a4fb0040dbc86905fc1760.tar patches-7bd30ea9883e3ec018a4fb0040dbc86905fc1760.tar.gz |
gnu: certbot, python-acme: Update to 0.34.2.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
Diffstat (limited to 'gnu')
-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 11bb64ce8b..7642935960 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -529,13 +529,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "0.33.1") + (version "0.34.2") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "10ks4wp55qxzkf8ms3xcfs5njg2zz7w499wh24gzw7h7s1qxp35k")))) + "0anwc102fmlva6x2k1bxrgdb7mi1jy9wgrqjzvk2nam8pky0snxx")))) (build-system python-build-system) (arguments `(#:phases @@ -586,7 +586,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri name version)) (sha256 (base32 - "1nf3bb6j3nmdd5bcp3k7d6jqilmwvpzllzpr5niwaghgqlr3y86m")))) + "1fy91rnq4wwblp5gi2qb2c3xk6j2w1maf5f52228pk8cn7f2swrh")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) |