mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-gevent: Update to 20.6.2.
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2. (python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
This commit is contained in:
parent
6be8ac2d81
commit
9001eea9b0
1 changed files with 4 additions and 3 deletions
|
@ -11462,13 +11462,13 @@ (define-public python2-objgraph
|
|||
(define-public python-gevent
|
||||
(package
|
||||
(name "python-gevent")
|
||||
(version "20.5.0")
|
||||
(version "20.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gevent" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yppsrs0ccld9j9zfbsd0bxb987b2zkh2ar7whjxcrqzpkvg3iqx"))
|
||||
"1ldmppgghfphdaazjw6wq2i17xcmsjb2jsizfa4cjlg812zjlg52"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -11613,7 +11613,8 @@ (define-public python2-gevent
|
|||
(package
|
||||
(inherit base)
|
||||
(native-inputs `(,@(package-native-inputs base)
|
||||
("python-mock" ,python2-mock))))))
|
||||
("python-mock" ,python2-mock)
|
||||
("python2-selectors2" ,python2-selectors2))))))
|
||||
|
||||
(define-public python-fastimport
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue