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

python38Packages.elasticsearch: 7.10.1 -> 7.11.0
This commit is contained in:
Sandro 2021-03-21 23:09:09 +01:00 committed by GitHub
commit e9cc57259d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "7.10.1";
version = "7.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "a725dd923d349ca0652cf95d6ce23d952e2153740cf4ab6daf4a2d804feeed48";
sha256 = "1e24b33a82bf381b42d3b0d390f76fdb9d6a9d47b310dea8eaeb0a5933c394c0";
};
# Check is disabled because running them destroy the content of the local cluster!