Merge pull request #106895 from r-ryantm/auto-update/python3.7-elasticsearch

python37Packages.elasticsearch: 7.10.0 -> 7.10.1
This commit is contained in:
Mario Rodas 2020-12-14 07:48:23 -05:00 committed by GitHub
commit 9cec68d17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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