~ruther/guix-local

0556de0bd8a06e40da0ab285bee7dfbd53596003 — Sharlatan Hellseher 5 months ago 5b0b42a
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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))