gnu: python-acme: Update to 0.10.2.

* gnu/packages/tls.scm (python-acme): Update to 0.10.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-26 14:03:00 +01:00
parent 80968df0d0
commit d338ff580d
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -485,13 +485,13 @@ (define-public libressl
(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