From e4ec76a0389c6bfcc5aaeadbf683d883b3c171aa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 24 Dec 2025 00:43:26 +0000 Subject: [PATCH] python3Packages.elasticsearch8: 8.19.2 -> 8.19.3 --- 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 2ca5b6155b4d..c7f39a2a5f96 100644 --- a/pkgs/development/python-modules/elasticsearch8/default.nix +++ b/pkgs/development/python-modules/elasticsearch8/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "elasticsearch8"; - version = "8.19.2"; + version = "8.19.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-lDfI5RI8JgtZdmGDv9kVIGdyVChJtpf3inlEbsiQqA4="; + hash = "sha256-fv/pWzYCQbbVbvaCGQN6kK0PVnI2FNtUu+V9MwWEAvQ="; }; build-system = [ hatchling ];