[bug#77698,6/7] gnu: python-eventlet: Update to 0.39.1.

Message ID 20250410122657.9705-7-dziltener@lyrion.ch
State New
Headers
Series Updates for a bunch of Python libraries |

Commit Message

Daniel Ziltener April 10, 2025, 12:26 p.m. UTC
  ---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b8230b4117..035c399a68 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -394,14 +394,14 @@  (define-public python-domain-connect-dyndns
 (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