mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-greenlet: Update to 0.4.15.
* gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
This commit is contained in:
parent
0e02e81936
commit
aefcdea199
1 changed files with 2 additions and 2 deletions
|
@ -9080,13 +9080,13 @@ (define-public python2-tblib
|
|||
(define-public python-greenlet
|
||||
(package
|
||||
(name "python-greenlet")
|
||||
(version "0.4.14")
|
||||
(version "0.4.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "greenlet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bsij3bwdhz2chq4ar2v6jqbh69yc7k9ymh41jd8vrdd2n52dk7i"))))
|
||||
"1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://greenlet.readthedocs.io/")
|
||||
(synopsis "Lightweight in-process concurrent programming")
|
||||
|
|
Loading…
Reference in a new issue