python: elasticsearch: 7.8.0 -> 7.8.1

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:38 +02:00
parent b06999ab81
commit 3eca74b9fc

View File

@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
version = "7.8.0";
version = "7.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "14m7lfn36y0bjlpqxd7j9ggvbx46q30fva4czyspkqi79v7xhdz6";
sha256 = "92b534931865a186906873f75ae0b91808ff5036b0f2b9269eb5f6dc09644b55";
};
# Check is disabled because running them destroy the content of the local cluster!