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-11-14 15:57:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 15:57:48 +0000
commit04b066581453250ea66a65cd968418b385d11025 (patch)
treefbed476257a3b1f44bc41c0e479b86bd310cef63 /pkgs/development/python-modules/elasticsearch
parent161f6ec9a50413f61cc626f5dc5118854dafe6fa (diff)
python38Packages.elasticsearch: 7.15.1 -> 7.15.2
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 0548cb6e3cb06..ae5d14aa48830 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.15.1";
+  version = "7.15.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1e9a6302945d98046899a7c9b3d345c881ac7b05ba176d3a49c9d2702b1e8bc8";
+    sha256 = "436f871848a5020bf9b47495812b229b59bd0c5d7e40adbd5e3c89896b311704";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!