gnu: python-greenlet: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 2.0.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
c5586ceee8
commit
bdbe7cbe81
|
@ -16985,13 +16985,13 @@ library. It can be used to act both as a TFTP client or TFTP server.")
|
||||||
(define-public python-greenlet
|
(define-public python-greenlet
|
||||||
(package
|
(package
|
||||||
(name "python-greenlet")
|
(name "python-greenlet")
|
||||||
(version "1.1.2")
|
(version "2.0.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "greenlet" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "greenlet" version))
|
||||||
(base32
|
(sha256
|
||||||
"0jkln5bf6rq7dbvpv7ypin3pp9jqd2jr91yyxlnfcii3msj5w3z3"))))
|
(base32 "0rqgxp1fai0fcyv46nd1389mxvk3ccixgdkwws70xnk08ib05rj2"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue