diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-12 16:49:31 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:45:43 -0400 |
commit | 1ca00ddbbe882db08df55e3694f958c068aa457d (patch) | |
tree | 7224a0099657dfcea708bc4d9043dc18aed1e7c9 /gnu | |
parent | d5ee3dcf9e997dc8ad527e73b9e07ea983f8610b (diff) |
gnu: python-nest-asyncio: Update to 1.5.5.
* gnu/packages/python-xyz.scm (python-nest-asyncio): Update to 1.5.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b8f66486d3..5c1fcfb725 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27874,14 +27874,14 @@ 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.1") + (version "1.5.5") (source (origin (method url-fetch) (uri (pypi-uri "nest_asyncio" version)) (sha256 (base32 - "1anha29fcijminn5bh2icnx8x7nk39lna9wkc72262i12p2s3idg")))) + "0rbdw7lry66yj13hh4w63yzflnapdal1ffl237k8nsa2v4f2jhp4")))) (build-system python-build-system) (home-page "https://github.com/erdewit/nest_asyncio") (synopsis "Patch asyncio to allow nested event loops") |