guix-commits
[Top][All Lists]
Advanced

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

41/43: gnu: python-greenlet: Update to 0.4.14.


From: Marius Bakke
Subject: 41/43: gnu: python-greenlet: Update to 0.4.14.
Date: Tue, 21 Aug 2018 11:26:00 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7eab5e7377de82666d41a8e58e3d9f7e116df5ff
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 16:00:38 2018 +0200

    gnu: python-greenlet: Update to 0.4.14.
    
    * gnu/packages/python.scm (python-greenlet): Update to 0.4.14.
---
 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 3aa54e6..e47da91 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8837,13 +8837,13 @@ multiple processes (imagine multiprocessing, billiard, 
futures, celery etc).
 (define-public python-greenlet
   (package
     (name "python-greenlet")
-    (version "0.4.11")
+    (version "0.4.14")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "greenlet" version))
               (sha256
                (base32
-                "1xhik26j4f3kc4qw9xmj0c567rb5h1zryb4ijwqnqwwjvfhbv59h"))))
+                "1bsij3bwdhz2chq4ar2v6jqbh69yc7k9ymh41jd8vrdd2n52dk7i"))))
     (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]