summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-06 10:22:22 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-06 09:42:52 -0700
commit32dd8df0bd2e30170019c835be6ab718c87499a6 (patch)
tree805146e0b2f8727d7270ea56a0e58e6e0dfe1b5e
parentb7f560662eaf3d18fd68adbbee6883af7dbb5dfa (diff)
python27Packages.elasticsearch: 7.7.1 -> 7.8.0
-rw-r--r--pkgs/development/python-modules/elasticsearch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elasticsearch/default.nix b/pkgs/development/python-modules/elasticsearch/default.nix
index b04bc9069f71..59541cbb3d27 100644
--- a/pkgs/development/python-modules/elasticsearch/default.nix
+++ b/pkgs/development/python-modules/elasticsearch/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage (rec {
pname = "elasticsearch";
- version = "7.7.1";
+ version = "7.8.0";
src = fetchPypi {
inherit pname version;
- sha256 = "9bfcb2bd137d6d7ca123e252b9d7261cfe4f7723f7b749a99c52b47766cf387c";
+ sha256 = "14m7lfn36y0bjlpqxd7j9ggvbx46q30fva4czyspkqi79v7xhdz6";
};
# Check is disabled because running them destroy the content of the local cluster!