python: elasticsearch: 7.0.5 -> 7.1.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:10 +01:00
parent 5dd6b621ec
commit 26607cddce

View File

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "7.0.5";
version = "7.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "693935914d59a517dfffdaab547ff906712a386d9e25027517464960221cbd4c";
sha256 = "0140787216646e1eb7eb001f8146aff7071d7ca438854249787b6cc221ddd266";
};
# Check is disabled because running them destroy the content of the local cluster!