gnu: python-greenlet: Update to 0.4.15.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 2 Dec 2018 17:09:48 +0000 (18:09 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 3 Dec 2018 16:44:13 +0000 (17:44 +0100)
* gnu/packages/python.scm (python-greenlet): Update to 0.4.15.

gnu/packages/python.scm

index c951d6a..b0edaf9 100644 (file)
@@ -9080,13 +9080,13 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc).
 (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")