python: elasticsearch: 6.0.0 -> 6.1.1

This commit is contained in:
Frederik Rietdijk 2018-01-20 11:57:57 +01:00
parent 85b40fe6cd
commit 64688b66a6

View File

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "6.0.0";
version = "6.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "029q603g95fzkh87xkbxxmjfq5s9xkr9y27nfik6d4prsl0zxmlz";
sha256 = "8d91a3fce12123a187b673f18c23bcffa6e7b49ba057555d59eeeded0ba15dce";
};
# Check is disabled because running them destroy the content of the local cluster!