From 56e7fde1cbea399135ca2b20fd019cea603dad32 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 Sep 2025 06:13:20 +0000 Subject: [PATCH] python3Packages.elasticsearch8: 8.19.0 -> 8.19.1 --- 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 185993a39f13..2eabcd7bd1a6 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.0"; + version = "8.19.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-7D4M4iw+d2Ok21twUxX/PKDxtC6++bPicYI18jrHlY0="; + hash = "sha256-/JkH60q7zk792R3IRo/DylOd8xVSqEgH1/KmXFPdy2U="; }; build-system = [ hatchling ];