diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:29 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:16 +0100 |
commit | 72c50713e8f48e2d10a56f49b5b4b58ea0ccc5fd (patch) | |
tree | 4a76689a0e7b6d2c7aeb9b6788c67aa878310275 | |
parent | 9984b3a6d19e116865165a09cdddefeb21eb936a (diff) |
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>
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6efbae8ccc..1ddabf7428 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6205,14 +6205,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 |