mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: python-aiofiles: Update to 0.6.0.
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 0.6.0.
This commit is contained in:
parent
d58a7b45cd
commit
548d0ddd7f
1 changed files with 2 additions and 2 deletions
|
@ -23594,14 +23594,14 @@ (define-public python-contextvars
|
|||
(define-public python-aiofiles
|
||||
(package
|
||||
(name "python-aiofiles")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiofiles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq"))))
|
||||
"14m01kjxm2j7zyljjj6xlhlgygcsriymbx730gc5jp9xglaina70"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/Tinche/aiofiles")
|
||||
(synopsis "File support for @code{asyncio}")
|
||||
|
|
Loading…
Reference in a new issue