[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26722: [PATCH 2/3] gnu: python-tornado: Update to 4.5.1.
From: |
Christopher Baines |
Subject: |
bug#26722: [PATCH 2/3] gnu: python-tornado: Update to 4.5.1. |
Date: |
Sun, 30 Apr 2017 22:44:14 +0100 |
* gnu/packages/python.scm (python-tornado): Update to 4.5.1.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5fbc012b7..d01aa2f56 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6135,13 +6135,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:
--
2.12.2