python3Packages.elasticsearch: 7.16.3 -> 8.9.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:32 +02:00
parent 9b46e6be71
commit 4705461a9b
@@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "7.16.3";
version = "8.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "8adf8bc351ed55df7296be1009d38a1c999c0abc7d8700fa88533f1ad6087c5e";
sha256 = "sha256-0zZ/wBPgT8eq00mm3p+tHuBPttYnsOeJaqUFwS/eXgQ=";
};
# Check is disabled because running them destroy the content of the local cluster!