diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 00:04:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:01 +0100 |
| commit | aa5fa33c4b3ce2952bd312223fd215e2aba38e8f (patch) | |
| tree | bfb8e7ed215513f759f9e77c3b7cced1a84e8948 /gnu/packages/python-xyz.scm | |
| parent | 8533e6805407fcae2cb58e5b724187c40d111df0 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index da2d80784e..24a348fe19 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34637,15 +34637,17 @@ a text editor and easily understood and used by both programmers and non-program (define-public python-nest-asyncio (package (name "python-nest-asyncio") - (version "1.5.5") + (version "1.6.0") (source (origin (method url-fetch) (uri (pypi-uri "nest_asyncio" version)) (sha256 (base32 - "0rbdw7lry66yj13hh4w63yzflnapdal1ffl237k8nsa2v4f2jhp4")))) - (build-system python-build-system) + "1zjmxk7rgadgiking9jksncca0hywgs52s34dkymm8dc95a2s5vg")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest python-setuptools)) (home-page "https://github.com/erdewit/nest_asyncio") (synopsis "Patch asyncio to allow nested event loops") (description |
