Merge pull request #145947 from r-ryantm/auto-update/python38Packages.elasticsearch
python38Packages.elasticsearch: 7.15.1 -> 7.15.2
This commit is contained in:
commit
5b6cdf0a9e
1 changed files with 2 additions and 2 deletions
|
@ -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.1";
|
||||
version = "7.15.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1e9a6302945d98046899a7c9b3d345c881ac7b05ba176d3a49c9d2702b1e8bc8";
|
||||
sha256 = "436f871848a5020bf9b47495812b229b59bd0c5d7e40adbd5e3c89896b311704";
|
||||
};
|
||||
|
||||
# Check is disabled because running them destroy the content of the local cluster!
|
||||
|
|
Loading…
Reference in a new issue