GNU bug report logs - #49658
[PATCH] gnu: certbot, python-acme: Update to 1.17.0.

Previous Next

Package: guix-patches;

Reported by: Matthew James Kraai <kraai <at> ftbfs.org>

Date: Tue, 20 Jul 2021 11:04:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49658: closed ([PATCH] gnu: certbot, python-acme: Update to
 1.17.0.)
Date: Tue, 27 Jul 2021 06:18:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 Jul 2021 02:16:54 -0400
with message-id <YP+k1giOnBhzGaVr <at> jasmine.lan>
and subject line Re: [bug#49658] [PATCH] gnu: certbot, python-acme: Update to 1.17.0.
has caused the debbugs.gnu.org bug report #49658,
regarding [PATCH] gnu: certbot, python-acme: Update to 1.17.0.
to be marked as done.

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


-- 
49658: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49658
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Matthew James Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: [PATCH] gnu: certbot, python-acme: Update to 1.17.0.
Date: Tue, 20 Jul 2021 04:03:44 -0700
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.17.0.
---
 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 c1e8b46a84..3e202a901b 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)
-- 
2.32.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Matthew James Kraai <kraai <at> ftbfs.org>
Cc: 49658-done <at> debbugs.gnu.org
Subject: Re: [bug#49658] [PATCH] gnu: certbot, python-acme: Update to 1.17.0.
Date: Tue, 27 Jul 2021 02:16:54 -0400
On Tue, Jul 20, 2021 at 04:03:44AM -0700, Matthew James Kraai wrote:
> * gnu/packages/tls.scm (certbot, python-acme): Update to 1.17.0.

Thank you!

Pushed as 0ca6e1361298d27d9955232cef51c7b74ed3b2bc


This bug report was last modified 3 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.