gnu: python-tornado-6: Update to 6.2.

* gnu/packages/python-web.scm (python-tornado-6): Update to 6.2.
This commit is contained in:
Andreas Enge 2023-02-22 14:53:08 +01:00
parent cfe93a00b9
commit 3c756188d5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2173,14 +2173,14 @@ (define-public python-tornado
(define-public python-tornado-6
(package
(name "python-tornado")
(version "6.1")
(version "6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tornado" version))
(sha256
(base32
"14cpzdv6p6qvk6vn02krdh5rcfdi174ifdbr5s6lcnymgcfyiiik"))))
"04rwzjfqa31ajz8vvkfcsp1539m8n960msnppxkcckp8plch8qwv"))))
(build-system python-build-system)
(arguments
'(#:phases