mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "python-gevent")
|
||||
(version "1.5.0")
|
||||
(version "20.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gevent" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aac3d4vhv5n4rsb6cqzq0d1xx9immqz4fmpddw35yxkwdc450dj"))
|
||||
"1yppsrs0ccld9j9zfbsd0bxb987b2zkh2ar7whjxcrqzpkvg3iqx"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue