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 (define-public python-tornado-6
(package (package
(name "python-tornado") (name "python-tornado")
(version "6.1") (version "6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tornado" version)) (uri (pypi-uri "tornado" version))
(sha256 (sha256
(base32 (base32
"14cpzdv6p6qvk6vn02krdh5rcfdi174ifdbr5s6lcnymgcfyiiik")))) "04rwzjfqa31ajz8vvkfcsp1539m8n960msnppxkcckp8plch8qwv"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases