guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: python-acme: Update to 0.10.2.


From: Tobias Geerinckx-Rice
Subject: 03/06: gnu: python-acme: Update to 0.10.2.
Date: Thu, 26 Jan 2017 20:05:24 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d338ff580d7a60fe95a27d5ae5c67079d2f0e493
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 26 14:03:00 2017 +0100

    gnu: python-acme: Update to 0.10.2.
    
    * gnu/packages/tls.scm (python-acme): Update to 0.10.2.
---
 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 7c5f86c..252e53c 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -485,13 +485,13 @@ security, and applying best practice development 
processes.")
 (define-public python-acme
   (package
     (name "python-acme")
-    (version "0.10.1")
+    (version "0.10.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "acme" version))
       (sha256
        (base32
-        "04d2464klbhvrsrlmca10qxyd968qz7xizdppr53cihnlfq2y77m"))))
+        "0y6y8d66yvwdcby96g0dlqqwy72b81yh6hws4va8r7w4aribcrb4"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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