python3Packages.elasticsearch: 7.16.2 -> 7.16.3

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:18 -08:00 committed by Martin Weinelt
parent b86f3cbcd7
commit fd748545fc

View file

@ -12,11 +12,11 @@ buildPythonPackage (rec {
# there's a clear path forward. See
# https://github.com/elastic/elasticsearch-py/issues/1639 for more
# info.
version = "7.16.2";
version = "7.16.3";
src = fetchPypi {
inherit pname version;
sha256 = "23ac0afb4398c48990e359ac73ab6963741bd05321345299c62d9d23e209eee2";
sha256 = "8adf8bc351ed55df7296be1009d38a1c999c0abc7d8700fa88533f1ad6087c5e";
};
# Check is disabled because running them destroy the content of the local cluster!