guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: certbot, python-acme: Update to 0.14.1.


From: Leo Famulari
Subject: 01/01: gnu: certbot, python-acme: Update to 0.14.1.
Date: Tue, 16 May 2017 22:52:34 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 44a0591b2b37232740e7200a9b10737f734a918e
Author: Leo Famulari <address@hidden>
Date:   Tue May 16 22:50:55 2017 -0400

    gnu: certbot, python-acme: Update to 0.14.1.
    
    * gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 
0.14.1.
---
 gnu/packages/tls.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1516fb8..ebf9a47 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -474,15 +474,14 @@ security, and applying best practice development 
processes.")
   (package
     (name "python-acme")
     ;; Remember to update the hash of certbot when updating python-acme.
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
       (sha256
        (base32
-        "0hrmh28rrc0fsiw6nqfwbkwb1s4nkl54x50c0g0xlnp86752nzff"))))
+        "0asmkfkzbswnkrvbj5m01xgy4f6g1fjbj2nir1hhrn3ipcdrsv8f"))))
     (build-system python-build-system)
-
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -540,7 +539,7 @@ security, and applying best practice development 
processes.")
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0hbp3njss01a0d3brvcfzja0w0j9plwrv6l70jsfvnhy3rrd7bcq"))))
+                "0rdby57hw35qdrbl7kigscphnz4kqb608bqzrcb73nb99092i6si"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2



reply via email to

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