Merge pull request #149567 from r-ryantm/auto-update/python3.8-elasticsearch

python38Packages.elasticsearch: 7.15.2 -> 7.16.0
This commit is contained in:
Jörg Thalheim 2021-12-08 15:16:09 +00:00 committed by GitHub
commit c9f4c18292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.15.2";
version = "7.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "436f871848a5020bf9b47495812b229b59bd0c5d7e40adbd5e3c89896b311704";
sha256 = "d7f8665715ad80e3e99e42388bcc49c1b06162f72acfa1f8febe2baf5570b0ed";
};
# Check is disabled because running them destroy the content of the local cluster!