From 718dcd8504d7ac98abefa14fe6cb914eab9e6037 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:16 +0100 Subject: [PATCH] python3Packages.elasticsearch: 8.15.1 -> 8.17.0 https://github.com/elastic/elasticsearch-py/releases/tag/v8.17.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 9133ae2d9694..e99485b840ef 100644 --- a/pkgs/development/python-modules/elasticsearch/default.nix +++ b/pkgs/development/python-modules/elasticsearch/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "elasticsearch"; - version = "8.15.1"; + version = "8.17.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-QMDTEvit+L3IF5W8FqC1Rt31RMsfkOgpokTkeAxNv9g="; + hash = "sha256-wQab8iBLqPqyn/ALLOazcySyzG/1kyg7l99DQm7BMFM="; }; build-system = [ hatchling ];