about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 10:28:11 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:48:30 +0200
commit391ab15a314c2f3fc34d37c12e422f426cb6af58 (patch)
tree25e4130114646e9d155f42748963f6f00a10253e /pkgs/development/python-modules/elasticsearch
parent0ca9c72d312fd5af88b1a90faa5a1f8429e85f66 (diff)
python3Packages.elasticsearch: 7.11.0 -> 7.12.0
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 465e8f6c772a1..8fe4686f7a7ea 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.11.0";
+  version = "7.12.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1e24b33a82bf381b42d3b0d390f76fdb9d6a9d47b310dea8eaeb0a5933c394c0";
+    sha256 = "9a77172be02bc4855210d83f0f1346a1e7d421e3cb2ca47ba81ac0c5a717b3a0";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!