python3Packages.elasticsearch8: 8.19.0 -> 8.19.1

This commit is contained in:
R. Ryantm
2025-09-21 06:13:20 +00:00
parent 7b38f24f2f
commit 56e7fde1cb
@@ -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 ];