gnu: python-acme, certbot: Update to 0.32.0.
* gnu/packages/tls.scm (python-acme): Update to 0.32.0. (certbot)[source]: Update hash. [native-inputs]: Replace python-nose with python-pytest. [propagated-inputs]: Add python-cryptography.
This commit is contained in:
parent
4d34fe4681
commit
d05c14dfc9
|
@ -533,13 +533,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.31.0")
|
(version "0.32.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
|
||||||
"1gxjv09c695lj8swspa390nch117i60qkrgy135383vfk00jsp3y"))))
|
"1v0skyrjnbxq0lfmia5k6jy29iig4sxbi9j9q367xsw0g25wxvqf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -590,7 +590,7 @@ netcat implementation that supports TLS.")
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wq4jgyzli684h154w26xplp0fzyks2vlrnmhafhyb0h1bw9cc8c"))))
|
"1j63i0j019q0d3l5rx14fv4nxy01nplhk7q2k2fq10vxl0jlxff0"))))
|
||||||
(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)
|
||||||
|
@ -608,8 +608,8 @@ netcat implementation that supports TLS.")
|
||||||
#t))))))))
|
#t))))))))
|
||||||
;; TODO: Add optional inputs for testing.
|
;; TODO: Add optional inputs for testing.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-mock" ,python-mock)
|
||||||
("python-mock" ,python-mock)
|
("python-pytest" ,python-pytest)
|
||||||
;; For documentation
|
;; For documentation
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
|
||||||
|
@ -618,6 +618,7 @@ netcat implementation that supports TLS.")
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-acme" ,python-acme)
|
`(("python-acme" ,python-acme)
|
||||||
|
("python-cryptography" ,python-cryptography)
|
||||||
("python-zope-interface" ,python-zope-interface)
|
("python-zope-interface" ,python-zope-interface)
|
||||||
("python-pyrfc3339" ,python-pyrfc3339)
|
("python-pyrfc3339" ,python-pyrfc3339)
|
||||||
("python-pyopenssl" ,python-pyopenssl)
|
("python-pyopenssl" ,python-pyopenssl)
|
||||||
|
|
Loading…
Reference in New Issue