diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 11:53:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 11:53:01 +0100 |
| commit | 2aee6975c5df56faa1c0a25237f4ecd52450f252 (patch) | |
| tree | 02f48d936325798af38973bf7719dd956ee34034 /gnu/packages/python-xyz.scm | |
| parent | d805203f8b2a37b788773b7f6fc20960d1fd6769 (diff) | |
gnu: Add python-async-timeout-4.
* gnu/packages/python-xyz.scm (python-async-timeout-4): New variable.
Change-Id: Icda671e12ed29265e9de528f4c6083187b1818f7
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5585a24291..275a6f047d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29075,6 +29075,18 @@ generators and Python 3.7's context managers into Python 3.5.") compatible with @code{asyncio}.") (license license:asl2.0))) +(define-public python-async-timeout-4 + (package + (inherit python-async-timeout) + (name "python-async-timeout") + (version "4.0.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "async-timeout" version)) + (sha256 + (base32 "0bsj4z28ggxh1b6h6dvhx2mk6yqgb88bg8lyslpd10jdx1mxjh26")))))) + (define-public python-glob2 (package (name "python-glob2") |
