diff options
author | Christopher Baines <mail@cbaines.net> | 2017-05-01 20:22:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-01 23:59:22 +0200 |
commit | 6fdeb324a049bc9398658ff59ee94d3b88a8e469 (patch) | |
tree | 57777e838d554d8687a317834c087ab93dcfeae1 /gnu | |
parent | e537c917e89a2335af3a120c549e555cf02daccb (diff) | |
download | patches-6fdeb324a049bc9398658ff59ee94d3b88a8e469.tar patches-6fdeb324a049bc9398658ff59ee94d3b88a8e469.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 35b2592783..e1dfd00547 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6148,13 +6148,13 @@ It is written entirely in Python.") (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: |