guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-acme: Update to 1.0.0.


From: guix-commits
Subject: 01/02: gnu: python-acme: Update to 1.0.0.
Date: Fri, 13 Dec 2019 07:47:14 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 9e6794a7f46d83cdd3a9f2ba1634ea2bf29ee9ec
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 13 06:46:11 2019 -0600

    gnu: python-acme: Update to 1.0.0.
    
    * gnu/packages/tls.scm (python-acme): Update to 1.0.0.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6d91989..e95069d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -553,13 +553,13 @@ netcat implementation that supports TLS.")
   (package
     (name "python-acme")
     ;; Remember to update the hash of certbot when updating python-acme.
-    (version "0.40.1")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
               (sha256
                (base32
-                "1z2zibs9lyxi5gxw9bny1127bjliwsp476kai1wnnnwd8238dgrk"))))
+                "1hl62dnh8zsipa5azzpy5kwgjgb5vflinhna1fsn7rcchhpz223a"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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