mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: gunicorn: 19.8.1 -> 19.9.0
This commit is contained in:
parent
43e93b8a75
commit
2ea117a328
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gunicorn";
|
pname = "gunicorn";
|
||||||
version = "19.8.1";
|
version = "19.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "bc59005979efb6d2dd7d5ba72d99f8a8422862ad17ff3a16e900684630dd2a10";
|
sha256 = "fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock pytestcov coverage ];
|
checkInputs = [ pytest mock pytestcov coverage ];
|
||||||
|
Loading…
Reference in New Issue
Block a user