efraim pushed a commit to branch master
in repository guix.
commit 07481fec26717bd60956bb1aa2d5ccabdab0b42f
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Mar 29 16:56:30 2021 +0300
gnu: python-tornado: Update to 6.1.
* gnu/packages/python-web.scm (python-tornado): Update to 6.1.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 21af15b..c7dd18a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1688,14 +1688,14 @@ connection to each user.")
(define-public python-tornado-6
(package
(name "python-tornado")
- (version "6.0.4")
+ (version "6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tornado" version))
(sha256
(base32
- "1p5n7sw4580pkybywg93p8ddqdj9lhhy72rzswfa801vlidx9qhg"))))
+ "14cpzdv6p6qvk6vn02krdh5rcfdi174ifdbr5s6lcnymgcfyiiik"))))
(build-system python-build-system)
(arguments
'(#:phases