From 1acb4f040fec779ae8a9a5cb30ad97d7b11946f6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 28 Oct 2025 16:59:58 +0000 Subject: [PATCH] python3Packages.elasticsearch8: 8.19.1 -> 8.19.2 --- pkgs/development/python-modules/elasticsearch8/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/elasticsearch8/default.nix b/pkgs/development/python-modules/elasticsearch8/default.nix index 2eabcd7bd1a6..d3564f9665b2 100644 --- a/pkgs/development/python-modules/elasticsearch8/default.nix +++ b/pkgs/development/python-modules/elasticsearch8/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "elasticsearch8"; - version = "8.19.1"; + version = "8.19.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/JkH60q7zk792R3IRo/DylOd8xVSqEgH1/KmXFPdy2U="; + hash = "sha256-lDfI5RI8JgtZdmGDv9kVIGdyVChJtpf3inlEbsiQqA4="; }; build-system = [ hatchling ];