gnu: python-aiofiles: Update to 23.1.0.

* gnu/packages/python-xyz.scm (python-aiofiles): Update to 23.1.0.

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Arjan Adriaanse 2023-06-11 22:54:26 +02:00 committed by Andrew Tropin
parent f060b3a1fc
commit f705d382c3
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -29498,14 +29498,14 @@ (define-public python-contextvars
(define-public python-aiofiles
(package
(name "python-aiofiles")
(version "0.6.0")
(version "23.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiofiles" version))
(sha256
(base32
"14m01kjxm2j7zyljjj6xlhlgygcsriymbx730gc5jp9xglaina70"))))
"0d8n79slihf1lkbh2m6yw51rlq6n6vssljsdacbdpq0rkbglglpd"))))
(build-system python-build-system)
(home-page "https://github.com/Tinche/aiofiles")
(synopsis "File support for @code{asyncio}")