mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: python-terminado: Update to 0.10.0.
* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
This commit is contained in:
parent
3a396b0067
commit
9419f97a71
1 changed files with 2 additions and 2 deletions
|
@ -1749,14 +1749,14 @@ (define-public python-tornado-http-auth
|
||||||
(define-public python-terminado
|
(define-public python-terminado
|
||||||
(package
|
(package
|
||||||
(name "python-terminado")
|
(name "python-terminado")
|
||||||
(version "0.9.4")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "terminado" version))
|
(uri (pypi-uri "terminado" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1glqyw97rddyzvisz8rihsn3x2nrm5xbyq82nzp3123pqbxvqzcs"))))
|
"1smvra3sc9sg64w49kfn5yhagshq3x55839748ck5dvxvk4hgza6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-tornado" ,python-tornado-6)
|
`(("python-tornado" ,python-tornado-6)
|
||||||
|
|
Loading…
Reference in a new issue