about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:18 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:07 +0100
commitfd748545fcbe8ca002bcbfb3314185b649862fa1 (patch)
tree296933efc99ae754189f860fc002b10caf54d564 /pkgs/development/python-modules/elasticsearch
parentb86f3cbcd71389f2cb6eccc0c1ff74413778513f (diff)
python3Packages.elasticsearch: 7.16.2 -> 7.16.3
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 601c5b68864d2..73a3882927c2a 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.2";
+  version = "7.16.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "23ac0afb4398c48990e359ac73ab6963741bd05321345299c62d9d23e209eee2";
+    sha256 = "8adf8bc351ed55df7296be1009d38a1c999c0abc7d8700fa88533f1ad6087c5e";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!