gnu: python-greenlet: Update to 0.4.15.

* gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
This commit is contained in:
Marius Bakke 2018-12-02 18:09:48 +01:00
parent 0e02e81936
commit aefcdea199
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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