mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aiofiles: Update to 24.1.0.
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 24.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-hatchling, python-hatch-vcs, python-pytest, and python-pytest-asyncio. Change-Id: I8888c4aa1b161f7f8438ce9a2c84a884ecfdcbd3
This commit is contained in:
parent
ee4d2d4b52
commit
5dfe277d0a
1 changed files with 8 additions and 3 deletions
|
@ -34009,15 +34009,20 @@ process.")
|
|||
(define-public python-aiofiles
|
||||
(package
|
||||
(name "python-aiofiles")
|
||||
(version "23.1.0")
|
||||
(version "24.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiofiles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d8n79slihf1lkbh2m6yw51rlq6n6vssljsdacbdpq0rkbglglpd"))))
|
||||
(build-system python-build-system)
|
||||
"0v0namryb6acj9bkic5rcgbnb36njj601ws85q60z0d3wp4pb812"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-hatchling
|
||||
python-hatch-vcs
|
||||
python-pytest
|
||||
python-pytest-asyncio))
|
||||
(home-page "https://github.com/Tinche/aiofiles")
|
||||
(synopsis "File support for @code{asyncio}")
|
||||
(description "@code{python-aiofiles} is a library for handling local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue