python3Packages.elasticsearch: 8.18.1 -> 8.19.3

https://github.com/elastic/elasticsearch-py/releases/tag/v8.19.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:21 +02:00
parent e3eac307b2
commit d5cd6246c9

View File

@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "elasticsearch";
version = "8.18.1";
version = "8.19.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-mYA18XqMH7p64msYPcp5fc+V24baan7LpW0xr8QPB8c=";
hash = "sha256-6E3WGKIgysJblieQCFBF3SescuAcCl2BvSmi1Hpx8D8=";
};
build-system = [ hatchling ];