Skip to content
Snippets Groups Projects
Commit 42e92e06 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: letsencrypt and python-acme: Update to 0.4.0.

These packages should be updated together.

* gnu/packages/tls.scm (letsencrypt): Update to 0.4.0.
(python-acme, python2-acme): Update to 0.4.0.
parent 50aaec25
No related branches found
No related tags found
No related merge requests found
...@@ -321,13 +321,13 @@ (define-public libressl ...@@ -321,13 +321,13 @@ (define-public libressl
(define-public python-acme (define-public python-acme
(package (package
(name "python-acme") (name "python-acme")
(version "0.3.0") (version "0.4.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
"1x6fd3cw9pq45k71rgmxi91hmdmnbf1xxvlfwv31fmzs5255dlbw")))) "173j2zkslh43fzf3wkl1jdzfjry361m0mhlc3jpwp7hk7lrclzjg"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
...@@ -366,13 +366,13 @@ (define-public python2-acme ...@@ -366,13 +366,13 @@ (define-public python2-acme
(define-public letsencrypt (define-public letsencrypt
(package (package
(name "letsencrypt") (name "letsencrypt")
(version "0.3.0") (version "0.4.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
"0jg9ymdh1mgzx4gs16lsidffswn9pib94n7jahm941bgfdl8kd8h")))) "1wwq8yvfdybf4d0gv4yfddkrg865s7rhng5xg563kks4wza1a2wp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment