diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-10 16:16:27 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:34 +0200 |
commit | 2b8dd22bb947d171973c81a42eb9807cabef5ecc (patch) | |
tree | e828aa70114d42f31e1b293c61e898850f589e16 | |
parent | 78405c1df8e15667c0698b5d2d71aa242e5a76fd (diff) | |
download | guix-2b8dd22bb947d171973c81a42eb9807cabef5ecc.tar.gz guix-2b8dd22bb947d171973c81a42eb9807cabef5ecc.zip |
gnu: python-eventlet: Update to 0.39.1.
* gnu/packages/python-web.scm (python-eventlet): Update to 0.39.1, fix
build.
Change-Id: Ib415f42d10acf638ddd4692fc9d0701922c52714
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3ce78d45d8..7a091aa044 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -466,14 +466,14 @@ Dropbox API v2.") (define-public python-eventlet (package (name "python-eventlet") - (version "0.38.2") + (version "0.39.1") (source (origin (method url-fetch) (uri (pypi-uri "eventlet" version)) (sha256 (base32 - "1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika")))) + "04051hmlq49kvdymf56hp08vjc6251937fh6vvnj2h1d51sn92ja")))) (build-system pyproject-build-system) (arguments (list |