Merge pull request #153101 from r-ryantm/auto-update/python3.9-elasticsearch

python39Packages.elasticsearch: 7.16.1 -> 7.16.2
This commit is contained in:
Fabian Affolter 2022-01-04 23:05:45 +01:00 committed by GitHub
commit 633fd75377
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.16.1";
version = "7.16.2";
src = fetchPypi {
inherit pname version;
sha256 = "c024ee2e7e2509c842c4e3c5e2b99a92ceecfde06d6dac2d32a19bf566c3e175";
sha256 = "23ac0afb4398c48990e359ac73ab6963741bd05321345299c62d9d23e209eee2";
};
# Check is disabled because running them destroy the content of the local cluster!