[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: python-tornado: Update to 6.1.
From: |
guix-commits |
Subject: |
05/13: gnu: python-tornado: Update to 6.1. |
Date: |
Mon, 29 Mar 2021 10:20:53 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 07481fec26717bd60956bb1aa2d5ccabdab0b42f
Author: Efraim Flashner <efraim@flashner.co.il>
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
- branch master updated (7c9016b -> 5dbc2e3), guix-commits, 2021/03/29
- 02/13: gnu: python-pytest-flake8: Update to 1.0.7., guix-commits, 2021/03/29
- 01/13: gnu: python-dropbox: Update to 11.5.0., guix-commits, 2021/03/29
- 05/13: gnu: python-tornado: Update to 6.1.,
guix-commits <=
- 06/13: gnu: python-pycodestyle: Update to 2.7.0., guix-commits, 2021/03/29
- 07/13: gnu: python-pyzmq: Update to 22.0.3., guix-commits, 2021/03/29
- 03/13: gnu: python-backcall: Update to 0.2.0., guix-commits, 2021/03/29
- 04/13: gnu: python-astor: Update to 0.8.1., guix-commits, 2021/03/29
- 10/13: gnu: python-beautifulsoup4: Update to 4.9.3., guix-commits, 2021/03/29
- 08/13: gnu: python-pyflakes: Update to 2.3.1., guix-commits, 2021/03/29
- 12/13: gnu: perl-test-output: Update to 1.033., guix-commits, 2021/03/29
- 09/13: gnu: python-flake8: Update to 3.9.0., guix-commits, 2021/03/29
- 11/13: gnu: python-soupsieve: Update to 2.2.1., guix-commits, 2021/03/29
- 13/13: gnu: perl-params-util: Update to 1.102., guix-commits, 2021/03/29