diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-26 14:03:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-26 21:05:05 +0100 |
commit | d338ff580d7a60fe95a27d5ae5c67079d2f0e493 (patch) | |
tree | b8a9216f377ce2969b144ac72a9e5d820eea55fb /gnu/packages/tls.scm | |
parent | 80968df0d0776d531560e2a008723c188ced1cd6 (diff) | |
download | guix-d338ff580d7a60fe95a27d5ae5c67079d2f0e493.tar guix-d338ff580d7a60fe95a27d5ae5c67079d2f0e493.tar.gz |
gnu: python-acme: Update to 0.10.2.
* gnu/packages/tls.scm (python-acme): Update to 0.10.2.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 7c5f86cc89..252e53c840 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 |