guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: certbot, python-acme: Update to 0.18.0.


From: Leo Famulari
Subject: 02/02: gnu: certbot, python-acme: Update to 0.18.0.
Date: Thu, 7 Sep 2017 15:47:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3b2802f8c451f7d8f0e02ee81a55046648c0735e
Author: Leo Famulari <address@hidden>
Date:   Thu Sep 7 15:23:21 2017 -0400

    gnu: certbot, python-acme: Update to 0.18.0.
    
    * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 
0.18.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 4183dda..52554a2 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -486,13 +486,13 @@ netcat implementation that supports TLS.")
   (package
     (name "python-acme")
     ;; Remember to update the hash of certbot when updating python-acme.
-    (version "0.17.0")
+    (version "0.18.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
       (sha256
        (base32
-        "0vmnv7qhdhl9qhq03v6zrcj1lsmpmpjb94s0xsc7piwqxfmf9jrw"))))
+        "0f49v661nw8sccaqc85q64vi8alnzb88y3nimn1123gq128hq6rh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -543,7 +543,7 @@ netcat implementation that supports TLS.")
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "173619jkq4bg88f6i837z3pcjkrfabrvv8vrpyx18k9i7xnb5xa3"))))
+                "0pqryjjc8ywg4z9akfk6iv6sxr32lks8pd0h4vvw3w2mlkbxy2zp"))))
     (build-system python-build-system)
     (arguments
      `(,@(substitute-keyword-arguments (package-arguments python-acme)



reply via email to

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