me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-web.scm (python-tornado-6): Update to 6.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2173,14 +2173,14 @@ connection to each user.")
(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