From 2aee6975c5df56faa1c0a25237f4ecd52450f252 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 7 Oct 2025 11:53:01 +0100 Subject: gnu: Add python-async-timeout-4. * gnu/packages/python-xyz.scm (python-async-timeout-4): New variable. Change-Id: Icda671e12ed29265e9de528f4c6083187b1818f7 --- gnu/packages/python-xyz.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gnu') 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") -- cgit v1.3