sharlatan pushed a commit to branch python-team
in repository guix.

commit af782860edae4b53eff0b7472827203502645ede
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 26 15:31:28 2024 +0000

    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
---
 gnu/packages/python-xyz.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dcf4e2b16f..c8f130c127 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33925,15 +33925,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

Reply via email to