From c36df861583afeb675b14b464ac2feb72e57b505 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:45 +0200 Subject: [PATCH] python3Packages.elasticsearch: 8.17.0 -> 8.17.2 https://github.com/elastic/elasticsearch-py/releases/tag/v8.17.2 This commit was automatically generated using update-python-libraries. --- 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 e99485b840ef..e8d8c4d29458 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.17.0"; + version = "8.17.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-wQab8iBLqPqyn/ALLOazcySyzG/1kyg7l99DQm7BMFM="; + hash = "sha256-/38duK7v2HzrpO3OOqQHCZRYLmzwKdLme3TmbWNFCds="; }; build-system = [ hatchling ];