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>2022-01-01 20:27:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-01 20:27:25 +0000
commita1feb0a056910c0217705601669cd031b9b60791 (patch)
tree6afff715b23f266976ec676f1477f6acb6400f98 /pkgs/development/python-modules/elasticsearch
parent796af3ddba8c3b045b79332a39eae92f24efc277 (diff)
python39Packages.elasticsearch: 7.16.1 -> 7.16.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 81bc807a13470..601c5b68864d2 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.16.1";
+  version = "7.16.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c024ee2e7e2509c842c4e3c5e2b99a92ceecfde06d6dac2d32a19bf566c3e175";
+    sha256 = "23ac0afb4398c48990e359ac73ab6963741bd05321345299c62d9d23e209eee2";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!