guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: certbot: Update to 0.27.1.


From: Leo Famulari
Subject: 01/01: gnu: certbot: Update to 0.27.1.
Date: Sun, 9 Sep 2018 18:52:41 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d4bd2453ec6c2342d071cb9a9708280cf45b23ca
Author: Leo Famulari <address@hidden>
Date:   Sun Sep 9 16:38:22 2018 -0400

    gnu: certbot: Update to 0.27.1.
    
    * gnu/packages/tls.scm (python-acme): Update to 0.27.1.
    [arguments]: Use invoke.
    (certbot): Update to 0.27.1.
    [native-inputs]: Use python-sphinx-1.6.
---
 gnu/packages/tls.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e42b6df..5e49509 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -518,20 +518,20 @@ netcat implementation that supports TLS.")
   (package
     (name "python-acme")
     ;; Remember to update the hash of certbot when updating python-acme.
-    (version "0.26.1")
+    (version "0.27.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
               (sha256
                (base32
-                "1glhwqj6yyb11820lspgd0gl5dqdfljn43kcy4ar5caccpsbbrw6"))))
+                "142gynlfx7yv0sdba3gpdxlnhg9chhz7hpdxdrp630z17h1bk9ri"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (add-after 'build 'build-documentation
            (lambda _
-             (zero? (system* "make" "-C" "docs" "man" "info"))))
+             (invoke "make" "-C" "docs" "man" "info")))
          (add-after 'install 'install-documentation
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -575,7 +575,7 @@ netcat implementation that supports TLS.")
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0rnayqhdabm0rljxh76blqd11h51dqnwlwvql0j6xwzpccym30s9"))))
+                "0anh3vjy9sif1bkp25nj76ii37xx8hh0igcx60ppag12xlabsw1m"))))
     (build-system python-build-system)
     (arguments
      `(,@(substitute-keyword-arguments (package-arguments python-acme)
@@ -596,7 +596,7 @@ netcat implementation that supports TLS.")
      `(("python-nose" ,python-nose)
        ("python-mock" ,python-mock)
        ;; For documentation
-       ("python-sphinx" ,python-sphinx)
+       ("python-sphinx" ,python-sphinx-1.6)
        ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
        ("python-sphinx-repoze-autointerface" 
,python-sphinx-repoze-autointerface)
        ("python-sphinxcontrib-programoutput" 
,python-sphinxcontrib-programoutput)



reply via email to

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