python3.pkgs.gunicorn: 21.1.0 -> 21.2.0

Diff: https://github.com/benoitc/gunicorn/compare/21.1.0...21.2.0
This commit is contained in:
Sandro Jäckel
2023-07-28 12:13:29 +02:00
committed by Martin Weinelt
parent 4c0061c983
commit 587e94be0b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "gunicorn";
version = "21.1.0";
version = "21.2.0";
format = "setuptools";
disabled = pythonOlder "3.5";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "benoitc";
repo = "gunicorn";
rev = version;
hash = "sha256-4NrpGpg1kJy54KT3Ao24ZtcCasYjLtkMbHDdBDYbR44=";
hash = "sha256-xP7NNKtz3KNrhcAc00ovLZRx2h6ZqHbwiFOpCiuwf98=";
};
postPatch = ''