3
5
Fork 0
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:
Marius Bakke 2021-05-22 18:26:36 +02:00
parent 3a396b0067
commit 9419f97a71
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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