gnu: python-tornado: Update to 6.1.

* gnu/packages/python-web.scm (python-tornado): Update to 6.1.
This commit is contained in:
Efraim Flashner 2021-03-29 16:56:30 +03:00
parent c4b3747ddf
commit 07481fec26
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1688,14 +1688,14 @@ (define-public python-tornado
(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