mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-eventlet: Update to 0.25.1.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.25.1.
This commit is contained in:
parent
f3c00bd192
commit
c9876c9b13
1 changed files with 2 additions and 2 deletions
|
@ -1052,14 +1052,14 @@ standard.")
|
|||
(define-public python-eventlet
|
||||
(package
|
||||
(name "python-eventlet")
|
||||
(version "0.20.1")
|
||||
(version "0.25.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "eventlet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f3q55mq4n021wb7qa53pz3ix6i2py64sap66vsaqm2scjw83m9s"))))
|
||||
"1hgz8jq19wlz8vwqj900ry8cjv578nz4scc91mlc8944yid6573c"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-greenlet" ,python-greenlet)))
|
||||
|
|
Loading…
Reference in a new issue