gnu: python-async-timeout: Update to 3.0.1.
* gnu/packages/python.scm (python-async-timeout): Update to 3.0.1.
This commit is contained in:
parent
e627052f3c
commit
b6aeae6e98
|
@ -13785,14 +13785,14 @@ generators and Python 3.7's context managers into Python 3.5.")
|
|||
(define-public python-async-timeout
|
||||
(package
|
||||
(name "python-async-timeout")
|
||||
(version "2.0.1")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "async-timeout" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l3kg062m02mph6rf9rdv8r5c5n356clxa6b6mrn0i77vk9g9kq0"))))
|
||||
"0pscbyr840m7fyfc3r8zv9kgkwdcn9f78p7zsrczciwd09m82g0c"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/aio-libs/async_timeout/")
|
||||
(synopsis "Timeout context manager for asyncio programs")
|
||||
|
|
Loading…
Reference in New Issue