gnu: python-tornado: Update to 4.5.1.
* gnu/packages/python.scm (python-tornado): Update to 4.5.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
e537c917e8
commit
6fdeb324a0
|
@ -6148,13 +6148,13 @@ It is written entirely in Python.")
|
||||||
(define-public python-tornado
|
(define-public python-tornado
|
||||||
(package
|
(package
|
||||||
(name "python-tornado")
|
(name "python-tornado")
|
||||||
(version "4.3")
|
(version "4.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tornado" version))
|
(uri (pypi-uri "tornado" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gzgwayl6hmc9jfcl88bni4jcsk2jcca9dn1rvrfsvnijcjx7hn9"))))
|
(base32 "1zbkgcdfq81k298awrm8p0xwbwwn2p3nbizdglzfbkskhai082fv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; FIXME: Two tests error out with:
|
'(;; FIXME: Two tests error out with:
|
||||||
|
|
Loading…
Reference in New Issue