python312Packages.es-client: 8.15.1 -> 8.15.2

This commit is contained in:
R. Ryantm
2024-12-02 01:20:51 +00:00
parent 10f06c512e
commit 54d2d7637c
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "es-client";
version = "8.15.1";
version = "8.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-t/d+aZ11JU9vhZIRkZcsahW8HzEkxbgIc5Zua4WPMjg=";
hash = "sha256-7vkpZNY333DYj9klzm1YG5ccxsu+LrP7WOWPH1KCfFA=";
};
pythonRelaxDeps = true;