mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nest-asyncio: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-nest-asyncio): Update to 1.6.0. [build-system]: Use pyproject [native-inputs]: Add python-pytest and python-setuptools. Change-Id: I9c441918bceb9df4e4fdec9856b154fa24b24160
This commit is contained in:
parent
1597b1649d
commit
da9c017885
1 changed files with 5 additions and 3 deletions
|
@ -34661,15 +34661,17 @@ a text editor and easily understood and used by both programmers and non-program
|
||||||
(define-public python-nest-asyncio
|
(define-public python-nest-asyncio
|
||||||
(package
|
(package
|
||||||
(name "python-nest-asyncio")
|
(name "python-nest-asyncio")
|
||||||
(version "1.5.5")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nest_asyncio" version))
|
(uri (pypi-uri "nest_asyncio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rbdw7lry66yj13hh4w63yzflnapdal1ffl237k8nsa2v4f2jhp4"))))
|
"1zjmxk7rgadgiking9jksncca0hywgs52s34dkymm8dc95a2s5vg"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/erdewit/nest_asyncio")
|
(home-page "https://github.com/erdewit/nest_asyncio")
|
||||||
(synopsis "Patch asyncio to allow nested event loops")
|
(synopsis "Patch asyncio to allow nested event loops")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue