gnu: python-greenlet: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.0.0.
This commit is contained in:
parent
ae66756a69
commit
c2baa33e4b
1 changed files with 2 additions and 2 deletions
|
@ -12723,13 +12723,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.17")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "greenlet" version))
|
(uri (pypi-uri "greenlet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0swdhrcq13bdszv3yz5645gi4ijbzmmhxpb6whcfg3d7d5f87n21"))))
|
"1y6wbg9yhm9dw6m768n4yslp56h85pnxkk3drz6icn15g6f1d7ki"))))
|
||||||
(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 a new issue