gnu: python-greenlet: Update to 0.4.14.
* gnu/packages/python.scm (python-greenlet): Update to 0.4.14.
This commit is contained in:
parent
a8c9321368
commit
7eab5e7377
|
@ -8837,13 +8837,13 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc).
|
||||||
(define-public python-greenlet
|
(define-public python-greenlet
|
||||||
(package
|
(package
|
||||||
(name "python-greenlet")
|
(name "python-greenlet")
|
||||||
(version "0.4.11")
|
(version "0.4.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "greenlet" version))
|
(uri (pypi-uri "greenlet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xhik26j4f3kc4qw9xmj0c567rb5h1zryb4ijwqnqwwjvfhbv59h"))))
|
"1bsij3bwdhz2chq4ar2v6jqbh69yc7k9ymh41jd8vrdd2n52dk7i"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://greenlet.readthedocs.io/")
|
(home-page "https://greenlet.readthedocs.io/")
|
||||||
(synopsis "Lightweight in-process concurrent programming")
|
(synopsis "Lightweight in-process concurrent programming")
|
||||||
|
|
Loading…
Reference in New Issue