guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0556de0bd8a06e40da0ab285bee7dfbd53596003
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Oct 18 22:26:56 2025 +0100
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 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))