gnu: python-greenlet: Update to 1.1.2.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.2.
This commit is contained in:
parent
08199a93c8
commit
4b6500f972
1 changed files with 2 additions and 2 deletions
|
@ -16708,13 +16708,13 @@ (define-public python-tftpy
|
|||
(define-public python-greenlet
|
||||
(package
|
||||
(name "python-greenlet")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "greenlet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10gllbrcbazxck84nr7dw3js3gq0rxrsr4kkvy5hg542rms2gwn0"))))
|
||||
"0jkln5bf6rq7dbvpv7ypin3pp9jqd2jr91yyxlnfcii3msj5w3z3"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://greenlet.readthedocs.io/")
|
||||
(synopsis "Lightweight in-process concurrent programming")
|
||||
|
|
Loading…
Reference in a new issue