about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 23:22:58 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-10-30 09:26:16 -0700
commit8a4bee574dbbb75eb9474e01f3b2c2f3f02811e8 (patch)
treee673539163646979a92d92151f5c929865256701 /pkgs/development/python-modules/elasticsearch
parent90bd1ade2093697acae6ac07b329bf338f0d158e (diff)
python39Packages.elasticsearch: 7.13.1 -> 7.15.1
Diffstat (limited to 'pkgs/development/python-modules/elasticsearch')
-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 442ac5904b2f5..0548cb6e3cb06 100644
--- a/pkgs/development/python-modules/elasticsearch/default.nix
+++ b/pkgs/development/python-modules/elasticsearch/default.nix
@@ -12,11 +12,11 @@ buildPythonPackage (rec {
   # there's a clear path forward. See
   # https://github.com/elastic/elasticsearch-py/issues/1639 for more
   # info.
-  version = "7.13.1";
+  version = "7.15.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d6bcca0b2e5665d08e6fe6fadc2d4d321affd76ce483603078fc9d3ccd2bc0f9";
+    sha256 = "1e9a6302945d98046899a7c9b3d345c881ac7b05ba176d3a49c9d2702b1e8bc8";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!