From 478ef78c0e573fddbb90783baaefb17d6682d7c8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 10 May 2024 00:53:29 +0200 Subject: [PATCH] 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 --- 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 bfc0a02e01e63b2669fe796b03f7ef3e4a9248d6..6b5b15cabdd737218cc11c27348efd65d25b60d5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6404,14 +6404,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