summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:37:16 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:40 +0200
commitf228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b (patch)
tree02f4df37264036266223a12cf0cc942c5802f093
parentec51c100eccac901402043fee47c5d0efae71707 (diff)
downloadnixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar.gz
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar.bz2
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar.lz
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar.xz
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.tar.zst
nixlib-f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b.zip
python: elasticsearch: 6.2.0 -> 6.3.0
-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 502da4b1b604..087ca3910c55 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.2.0";
+  version = "6.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b106fa3e01750376a42f8a9882bd84d630fda58c7aba38b4fec797d11c0bd0a2";
+    sha256 = "80ff7a1a56920535a9987da333c7e385b2ded27595b6de33860707dab758efbe";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!