[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: certbot, python-acme: Update to 1.17.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: certbot, python-acme: Update to 1.17.0. |
Date: |
Tue, 27 Jul 2021 02:16:18 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0ca6e13 gnu: certbot, python-acme: Update to 1.17.0.
0ca6e13 is described below
commit 0ca6e1361298d27d9955232cef51c7b74ed3b2bc
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Tue Jul 20 04:03:44 2021 -0700
gnu: certbot, python-acme: Update to 1.17.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.17.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/tls.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c1e8b46..3e202a9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -644,13 +644,13 @@ netcat implementation that supports TLS.")
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
- (version "1.16.0")
+ (version "1.17.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
- "0mvqc8z30sxgr1m4p3yi3rm76sndnvl5khv4ybwx6zyq42403y51"))))
+ "03ij1wp7jwvppv70qbjkgdg7w824yh6j4gfb68jj20wicx08xx1a"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -698,7 +698,7 @@ netcat implementation that supports TLS.")
(uri (pypi-uri "certbot" version))
(sha256
(base32
- "0z90pcndbks8f62f47m5nkqcmkabb8r526by29lp30x4gjc0xs04"))))
+ "0wyipx6q78fmvngf1i6g50s01qpjqh07qlk1b5vyxwgl3080lhgg"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: certbot, python-acme: Update to 1.17.0.,
guix-commits <=