gnu: letsencrypt and acme: Update to 0.2.0.
These packages should be updated together. * gnu/packages/tls.scm (letsencrypt): Update to 0.2.0. (acme): Update to 0.2.0.
This commit is contained in:
parent
21565719e5
commit
fe17fb4a2c
|
@ -351,13 +351,13 @@ security, and applying best practice development processes.")
|
||||||
(define-public acme
|
(define-public acme
|
||||||
(package
|
(package
|
||||||
(name "acme")
|
(name "acme")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "acme" version))
|
(uri (pypi-uri "acme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yv0gy8akaqp5p2wjpfj8r5i0da04a9qdmlh06rczdkrmk6q680w"))))
|
"1xcbywzrwrj2cmqhaj4k6b11wfkbm3i7za2k9j1sd74rs1zh5abl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
|
@ -383,13 +383,13 @@ security, and applying best practice development processes.")
|
||||||
(define-public letsencrypt
|
(define-public letsencrypt
|
||||||
(package
|
(package
|
||||||
(name "letsencrypt")
|
(name "letsencrypt")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "letsencrypt" version))
|
(uri (pypi-uri "letsencrypt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kia3wk66lxyi2fghp9sd7cqgr5qiwdfayz153hi4wpa3q1q8rwf"))))
|
"0q57ylx00b6kl9zvawgag5yl03vlv1cjhp18xm96682pdibbgjci"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
|
|
Loading…
Reference in New Issue