gnu: python-greenlet: Update to 1.0.0.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 19 Feb 2021 04:01:45 +0000 (23:01 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 19 Feb 2021 15:01:01 +0000 (10:01 -0500)
* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.0.0.

gnu/packages/python-xyz.scm

index 5c7fde7..956319d 100644 (file)
@@ -12723,13 +12723,13 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc).
 (define-public python-greenlet
   (package
     (name "python-greenlet")
-    (version "0.4.17")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "greenlet" version))
               (sha256
                (base32
-                "0swdhrcq13bdszv3yz5645gi4ijbzmmhxpb6whcfg3d7d5f87n21"))))
+                "1y6wbg9yhm9dw6m768n4yslp56h85pnxkk3drz6icn15g6f1d7ki"))))
     (build-system python-build-system)
     (home-page "https://greenlet.readthedocs.io/")
     (synopsis "Lightweight in-process concurrent programming")