[PATCH] gnu: certbot, python-acme: Update to 1.16.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Matthew James Kraai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210621113616.29427-1-kraai@ftbfs.org
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.16.0.
---
gnu/packages/tls.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (39 lines)
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
Ludovic Courtès wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 49153-done@debbugs.gnu.org)
87y2b0uvwy.fsf@gnu.org
Matthew James Kraai <kraai@ftbfs.org> skribis:

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

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49153@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49153
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help