summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:07:58 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:54 +0200
commitb28b84a44ad7ad76279abe4a520d0fbe17b15ae3 (patch)
treee45135c8ed324ebfe02b2bd9b838de07d227f364 /pkgs/development/python-modules/elasticsearch
parent6434ff9b44dcd01886b7218ed7a25168310a4e15 (diff)
downloadnixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar.gz
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar.bz2
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar.lz
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar.xz
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.tar.zst
nixpkgs-b28b84a44ad7ad76279abe4a520d0fbe17b15ae3.zip
python: elasticsearch: 6.1.1 -> 6.2.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 88399d31697..502da4b1b60 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 = "6.1.1";
+  version = "6.2.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8d91a3fce12123a187b673f18c23bcffa6e7b49ba057555d59eeeded0ba15dce";
+    sha256 = "b106fa3e01750376a42f8a9882bd84d630fda58c7aba38b4fec797d11c0bd0a2";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!