mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ web framework, either via the basic or digest authentication schemes.")
|
|||
(define-public python-terminado
|
||||
(package
|
||||
(name "python-terminado")
|
||||
(version "0.9.4")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "terminado" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1glqyw97rddyzvisz8rihsn3x2nrm5xbyq82nzp3123pqbxvqzcs"))))
|
||||
"1smvra3sc9sg64w49kfn5yhagshq3x55839748ck5dvxvk4hgza6"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-tornado" ,python-tornado-6)
|
||||
|
|
Loading…
Reference in a new issue