me
/
guix
Archived
1
0
Fork 0

gnu: python-greenlet: Update to 0.4.17.

* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.17.
master
Maxim Cournoyer 2020-12-19 12:33:54 -05:00
parent dce0939810
commit ed6da8ac6c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -12456,13 +12456,13 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc).
(define-public python-greenlet (define-public python-greenlet
(package (package
(name "python-greenlet") (name "python-greenlet")
(version "0.4.16") (version "0.4.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "greenlet" version)) (uri (pypi-uri "greenlet" version))
(sha256 (sha256
(base32 (base32
"0v2571d0av1hz3yx63gvmnrinyn57nnvibg4zkl9frv74b3yl1kf")))) "0swdhrcq13bdszv3yz5645gi4ijbzmmhxpb6whcfg3d7d5f87n21"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://greenlet.readthedocs.io/") (home-page "https://greenlet.readthedocs.io/")
(synopsis "Lightweight in-process concurrent programming") (synopsis "Lightweight in-process concurrent programming")