mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
652e7578ce
commit
478ef78c0e
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue