From 0556de0bd8a06e40da0ab285bee7dfbd53596003 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 18 Oct 2025 22:26:56 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ffdb171f05385409be163190f03121bbbf8d6c1e..f72f19cf2ea152776f95184b45a25e66126d53d6 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))