gnu: python-greenlet: Update to 0.4.16.

* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
This commit is contained in:
Marius Bakke 2020-06-27 15:50:46 +02:00
parent db10d94dcd
commit 6be8ac2d81
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11412,13 +11412,13 @@ (define-public python2-tblib
(define-public python-greenlet
(package
(name "python-greenlet")
(version "0.4.15")
(version "0.4.16")
(source (origin
(method url-fetch)
(uri (pypi-uri "greenlet" version))
(sha256
(base32
"1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll"))))
"0v2571d0av1hz3yx63gvmnrinyn57nnvibg4zkl9frv74b3yl1kf"))))
(build-system python-build-system)
(home-page "https://greenlet.readthedocs.io/")
(synopsis "Lightweight in-process concurrent programming")