mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-tornado: Update to 6.1.
* gnu/packages/python-web.scm (python-tornado): Update to 6.1.
This commit is contained in:
parent
c4b3747ddf
commit
07481fec26
1 changed files with 2 additions and 2 deletions
|
@ -1688,14 +1688,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.0.4")
|
(version "6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tornado" version))
|
(uri (pypi-uri "tornado" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p5n7sw4580pkybywg93p8ddqdj9lhhy72rzswfa801vlidx9qhg"))))
|
"14cpzdv6p6qvk6vn02krdh5rcfdi174ifdbr5s6lcnymgcfyiiik"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue