python: elasticsearch: 6.2.0 -> 6.3.0

This commit is contained in:
Frederik Rietdijk 2018-06-21 07:37:16 +02:00
parent ec51c100ec
commit f228e23cd3

View File

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "6.2.0";
version = "6.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "b106fa3e01750376a42f8a9882bd84d630fda58c7aba38b4fec797d11c0bd0a2";
sha256 = "80ff7a1a56920535a9987da333c7e385b2ded27595b6de33860707dab758efbe";
};
# Check is disabled because running them destroy the content of the local cluster!