emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49153: closed ([PATCH] gnu: certbot, python-acme: Update to 1.16.0.)


From: GNU bug Tracking System
Subject: bug#49153: closed ([PATCH] gnu: certbot, python-acme: Update to 1.16.0.)
Date: Wed, 23 Jun 2021 21:14:02 +0000

Your message dated Wed, 23 Jun 2021 23:13:17 +0200
with message-id <87y2b0uvwy.fsf@gnu.org>
and subject line Re: bug#49153: [PATCH] gnu: certbot, python-acme: Update to 
1.16.0.
has caused the debbugs.gnu.org bug report #49153,
regarding [PATCH] gnu: certbot, python-acme: Update to 1.16.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49153: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49153
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: certbot, python-acme: Update to 1.16.0. Date: Mon, 21 Jun 2021 04:36:16 -0700
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#49153: [PATCH] gnu: certbot, python-acme: Update to 1.16.0. Date: Wed, 23 Jun 2021 23:13:17 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Matthew James Kraai <kraai@ftbfs.org> skribis:

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

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]