about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-08-13 09:23:51 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-08-25 07:38:21 +0200
commit691270a594707a101ea4dc2be2af027ac3584b86 (patch)
tree7df123b0153881de71c4ec545a4a40429f1dfbd4 /pkgs/development/python-modules/elasticsearch
parentabeee701bdf8d1451684c5e95f09e470c1298d53 (diff)
python: elasticsearch: 6.3.0 -> 6.3.1
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 087ca3910c55a..6c5ab07db1912 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.3.0";
+  version = "6.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "80ff7a1a56920535a9987da333c7e385b2ded27595b6de33860707dab758efbe";
+    sha256 = "aada5cfdc4a543c47098eb3aca6663848ef5d04b4324935ced441debc11ec98b";
   };
 
   # Check is disabled because running them destroy the content of the local cluster!