From f228e23cd3ebdff6cc4ac5b8c722b37aefc1a49b Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 21 Jun 2018 07:37:16 +0200 Subject: [PATCH] python: elasticsearch: 6.2.0 -> 6.3.0 --- pkgs/development/python-modules/elasticsearch/default.nix | 4 ++-- 1 file 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!