From e84e4fc93d516d3293c23edcc1e9dd44e6ca5d58 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 28 May 2018 14:17:49 +0200 Subject: [PATCH] python: elasticsearch-curator: 5.5.1 -> 5.5.4 --- .../python-modules/elasticsearch-curator/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/elasticsearch-curator/default.nix b/pkgs/development/python-modules/elasticsearch-curator/default.nix index cf87bc66885..4b0aba45cd7 100644 --- a/pkgs/development/python-modules/elasticsearch-curator/default.nix +++ b/pkgs/development/python-modules/elasticsearch-curator/default.nix @@ -15,11 +15,11 @@ buildPythonPackage rec { pname = "elasticsearch-curator"; - version = "5.5.1"; + version = "5.5.4"; src = fetchPypi { inherit pname version; - sha256 = "2d2762fa55613855b0a04f22e1c6c2c5b53d60301b437205d0e2533e4185671a"; + sha256 = "e75abeb7f7be939b1c64c071898760dc10ab5f08307c253fc074abf8a41a76f0"; }; # The integration tests require a running elasticsearch cluster.