3
5
Fork 0
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:
Brett Gilio 2019-12-23 17:28:02 -06:00
parent f3c00bd192
commit c9876c9b13
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -1052,14 +1052,14 @@ standard.")
(define-public python-eventlet (define-public python-eventlet
(package (package
(name "python-eventlet") (name "python-eventlet")
(version "0.20.1") (version "0.25.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "eventlet" version)) (uri (pypi-uri "eventlet" version))
(sha256 (sha256
(base32 (base32
"0f3q55mq4n021wb7qa53pz3ix6i2py64sap66vsaqm2scjw83m9s")))) "1hgz8jq19wlz8vwqj900ry8cjv578nz4scc91mlc8944yid6573c"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-greenlet" ,python-greenlet))) `(("python-greenlet" ,python-greenlet)))