mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-gevent: Update to 20.5.0.
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.5.0.
This commit is contained in:
parent
60d758ec23
commit
5d5327c2ba
1 changed files with 2 additions and 2 deletions
|
@ -11162,13 +11162,13 @@ (define-public python2-objgraph
|
||||||
(define-public python-gevent
|
(define-public python-gevent
|
||||||
(package
|
(package
|
||||||
(name "python-gevent")
|
(name "python-gevent")
|
||||||
(version "1.5.0")
|
(version "20.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "gevent" version))
|
(uri (pypi-uri "gevent" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aac3d4vhv5n4rsb6cqzq0d1xx9immqz4fmpddw35yxkwdc450dj"))
|
"1yppsrs0ccld9j9zfbsd0bxb987b2zkh2ar7whjxcrqzpkvg3iqx"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue