guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-aiofiles: Update to 23.1.0.


From: guix-commits
Subject: 01/02: gnu: python-aiofiles: Update to 23.1.0.
Date: Sat, 1 Jul 2023 00:20:48 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit f705d382c39655526aa6b706ceea59b079a3ca44
Author: Arjan Adriaanse <arjan@adriaan.se>
AuthorDate: Sun Jun 11 22:54:26 2023 +0200

    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>
---
 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 c4105c4685..8cdc9407d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29498,14 +29498,14 @@ process.")
 (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}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]