guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

166/361: gnu: gunicorn: Update to 21.2.0.


From: guix-commits
Subject: 166/361: gnu: gunicorn: Update to 21.2.0.
Date: Fri, 22 Nov 2024 06:00:33 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 8da77aaca2815d7d16a31dd1fe29ea1eb99de1c9
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:29 2024 +0200

    gnu: gunicorn: Update to 21.2.0.
    
    * gnu/packages/python-web.scm (gunicorn): Update to 21.2.0.
    
    Change-Id: Ia9931763ff45ee8e3f925ce54c20bce6549d809a
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 876f0e6c06..3b0d3185ae 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6394,14 +6394,13 @@ event loop.  It is implemented in Cython and uses libuv 
under the hood.")
 (define-public gunicorn
   (package
     (name "gunicorn")
-    (version "20.1.0")
+    (version "21.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gunicorn" version))
        (sha256
-        (base32
-         "1s7670qw36x90bgmazmgib170i5gnpyb2ypxzlla7y0mpasniag0"))))
+        (base32 "0cqhr2g880snpi45qvvch288m4fdyd5vqrcz3gk9hkv33pzqpv48"))))
     (outputs '("out" "doc"))
     (build-system pyproject-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]