me
/
guix
Archived
1
0
Fork 0

gnu: python-nest-asyncio: Update to 1.5.5.

* gnu/packages/python-xyz.scm (python-nest-asyncio): Update to 1.5.5.
master
Maxim Cournoyer 2022-04-12 16:49:31 -04:00
parent d5ee3dcf9e
commit 1ca00ddbbe
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -27874,14 +27874,14 @@ 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.1") (version "1.5.5")
(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
"1anha29fcijminn5bh2icnx8x7nk39lna9wkc72262i12p2s3idg")))) "0rbdw7lry66yj13hh4w63yzflnapdal1ffl237k8nsa2v4f2jhp4"))))
(build-system python-build-system) (build-system python-build-system)
(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")