3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/tls.scm (python-acme): Update to 0.39.0.
(certbot)[source]: Update hash.
[propagated-inputs]: Add python-distro.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-21 01:09:53 +02:00
parent 776aa52d2b
commit b977d900d8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -542,13 +542,13 @@ netcat implementation that supports TLS.")
(package (package
(name "python-acme") (name "python-acme")
;; Remember to update the hash of certbot when updating python-acme. ;; Remember to update the hash of certbot when updating python-acme.
(version "0.37.2") (version "0.39.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
"0p3zqhna9p8iy5i9mfhzdf5bmjigs05r6rlwnxykk4n67fp8yyc8")))) "021nyzld949ahrhamlcgmzmk8r1gxrbs8wypnks08s6y2rfvgz52"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -599,7 +599,7 @@ netcat implementation that supports TLS.")
(uri (pypi-uri "certbot" version)) (uri (pypi-uri "certbot" version))
(sha256 (sha256
(base32 (base32
"1xbfv4fwkgfp9qqzlk8wxbhchc61349m26q9fg35j9fnm253cm74")))) "1q6zmnfyyk4rhsjg9s2gxx1ciink57ybnv32dgw8m2059lffwp48"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme) `(,@(substitute-keyword-arguments (package-arguments python-acme)
@ -633,6 +633,7 @@ netcat implementation that supports TLS.")
("python-pyopenssl" ,python-pyopenssl) ("python-pyopenssl" ,python-pyopenssl)
("python-configobj" ,python-configobj) ("python-configobj" ,python-configobj)
("python-configargparse" ,python-configargparse) ("python-configargparse" ,python-configargparse)
("python-distro" ,python-distro)
("python-zope-component" ,python-zope-component) ("python-zope-component" ,python-zope-component)
("python-parsedatetime" ,python-parsedatetime) ("python-parsedatetime" ,python-parsedatetime)
("python-six" ,python-six) ("python-six" ,python-six)