unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49153] [PATCH] gnu: certbot, python-acme: Update to 1.16.0.
@ 2021-06-21 11:36 Matthew James Kraai
  2021-06-23 21:13 ` bug#49153: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2021-06-21 11:36 UTC (permalink / raw)
  To: 49153; +Cc: Matthew James Kraai

* gnu/packages/tls.scm (certbot, python-acme): Update to 1.16.0.
---
 gnu/packages/tls.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 28fe820aa3..eded2c24dc 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -643,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.15.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
               (sha256
                (base32
-                "0kgf1d3gl7dg1rz3q4093kf8g0p2d0m40c7qmn96ihz2224wa307"))))
+                "0mvqc8z30sxgr1m4p3yi3rm76sndnvl5khv4ybwx6zyq42403y51"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -697,7 +698,7 @@ netcat implementation that supports TLS.")
               (uri (pypi-uri "certbot" version))
               (sha256
                (base32
-                "1qcznszgqdgx1nhk4vdi896gknvx8rg4w8iw15lwqg6byhiyazyv"))))
+                "0z90pcndbks8f62f47m5nkqcmkabb8r526by29lp30x4gjc0xs04"))))
     (build-system python-build-system)
     (arguments
      `(,@(substitute-keyword-arguments (package-arguments python-acme)
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49153: [PATCH] gnu: certbot, python-acme: Update to 1.16.0.
  2021-06-21 11:36 [bug#49153] [PATCH] gnu: certbot, python-acme: Update to 1.16.0 Matthew James Kraai
@ 2021-06-23 21:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-06-23 21:13 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 49153-done

Matthew James Kraai <kraai@ftbfs.org> skribis:

> * gnu/packages/tls.scm (certbot, python-acme): Update to 1.16.0.

Applied, thanks!

Ludo'.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-23 21:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 11:36 [bug#49153] [PATCH] gnu: certbot, python-acme: Update to 1.16.0 Matthew James Kraai
2021-06-23 21:13 ` bug#49153: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).