diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-18 22:26:56 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-18 22:26:56 +0100 |
| commit | 0556de0bd8a06e40da0ab285bee7dfbd53596003 (patch) | |
| tree | 899a6cf433f261f3e662c708777aa5f6e2269736 /gnu/packages/python-xyz.scm | |
| parent | 5b0b42a848aecddc5fead5d9347e0faef140ef64 (diff) | |
gnu: python-types-aiofiles: Update to 25.1.0.20251011.
* gnu/packages/python-xyz.scm (python-types-aiofiles): Update to 25.1.0.20251011.
Change-Id: I488ab4373a4495ea06f1d8b2533e451036c241f4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ffdb171f05..f72f19cf2e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36233,13 +36233,13 @@ static types.") (define-public python-types-aiofiles (package (name "python-types-aiofiles") - (version "24.1.0.20250822") + (version "25.1.0.20251011") (source (origin (method url-fetch) (uri (pypi-uri "types_aiofiles" version)) (sha256 - (base32 "0ysar1an6il2rsd54fwzwdis209z3qq3i4zhgixfjzrh1j70vfcs")))) + (base32 "1zyk53h1017s1pc094w909miwvjsq3yhxlgr2l6d8g6bc2r8laqw")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;no tests in PyPI archive (native-inputs (list python-setuptools)) |
