me
/
guix
Archived
1
0
Fork 0

gnu: python-tornado: Update to 6.1.

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

View File

@ -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