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
1 changed files with 2 additions and 2 deletions
|
@ -6148,13 +6148,13 @@ (define-public python2-singledispatch
|
|||
(define-public python-tornado
|
||||
(package
|
||||
(name "python-tornado")
|
||||
(version "4.3")
|
||||
(version "4.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tornado" version))
|
||||
(sha256
|
||||
(base32 "1gzgwayl6hmc9jfcl88bni4jcsk2jcca9dn1rvrfsvnijcjx7hn9"))))
|
||||
(base32 "1zbkgcdfq81k298awrm8p0xwbwwn2p3nbizdglzfbkskhai082fv"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; FIXME: Two tests error out with:
|
||||
|
|
Loading…
Reference in a new issue