python3Packages.elasticsearch8: 8.19.2 -> 8.19.3 (#473726)

This commit is contained in:
Fabian Affolter
2025-12-24 19:48:28 +00:00
committed by GitHub
@@ -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 ];