guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: python-greenlet: Update to 0.4.15.


From: guix-commits
Subject: 02/11: gnu: python-greenlet: Update to 0.4.15.
Date: Mon, 3 Dec 2018 11:47:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit aefcdea1992bbcc6c0ec1107118d08d72af38021
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 2 18:09:48 2018 +0100

    gnu: python-greenlet: Update to 0.4.15.
    
    * gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c951d6a..b0edaf9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]