gnu: certbot, python-acme: Update to 0.8.1.

These packages should be updated together.

* gnu/packages/tls.scm (certbot): Update to 0.8.1.
(python-acme, python2-acme): Update to 0.8.1
This commit is contained in:
Leo Famulari 2016-06-17 00:45:52 -04:00
parent bced395cab
commit 65924b10bc
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -360,16 +360,16 @@ security, and applying best practice development processes.")
(define-public python-acme (define-public python-acme
(package (package
(name "python-acme") (name "python-acme")
(version "0.8.0") (version "0.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://pypi.python.org/packages/" "https://pypi.python.org/packages/"
"45/17/6fdcede92c7fe4d9c1ab9d7513ded5aa969a0b9c90f3d7b3b074cd37e898/" "f5/7a/11a99b5d1d1c692f6eed27cfab69e6ba4d2f0c2a461d2607e6a930ff2c68/"
"acme-" version ".tar.gz")) "acme-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1nk48p0pi6xmqpsqjvw6xkx5vv4vl33yzq67fpr33ci8fra6pa6z")))) "17vx2miczpd8ww4xizmc0nca2c7jf04wnhfnswx2bxhb537lmsnk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -422,16 +422,16 @@ security, and applying best practice development processes.")
(define-public certbot (define-public certbot
(package (package
(name "certbot") (name "certbot")
(version "0.8.0") (version "0.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://pypi.python.org/packages/" "https://pypi.python.org/packages/"
"da/b8/fa6d7f0f8c0d37944ca4a1940b1e933fc6673498995a45db03c034bb11dd/" "a2/3b/4756e6a0ceb14e084042a2a65c615d68d25621c6fd446d0fc10d14c4ce7d/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"052338jdiy8dniskqxm2hzbca084ms0xqnjicshl6cpvhjs70g1w")))) "0w972cf2mk74aji5d8dylg3jw6wczg01gb4asf3ndv8c64yxza3c"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 `(#:python ,python-2